fix(editor): Decrease notification max-height (#13858)

This commit is contained in:
Mutasem Aldmour
2025-03-12 16:42:28 +01:00
committed by GitHub
parent cfc7a14e18
commit 1c2feb455a

View File

@@ -179,7 +179,7 @@
.el-notification__content {
text-align: left;
word-break: break-word;
max-height: 60vh;
max-height: 30vh;
overflow-y: auto;
}