fix(editor): Fix for large notifications being cut off (#5705)

fix(editor): Fix for large notification being cut off
This commit is contained in:
Milorad FIlipović
2023-03-16 15:29:57 +01:00
committed by GitHub
parent 0876c38aae
commit c07f838ce6

View File

@@ -151,6 +151,8 @@
.el-notification__content {
text-align: left;
word-break: break-word;
max-height: 60vh;
overflow-y: auto;
}
.tags-container {