fix(editor): Fix for large notifications being cut off (#5705)
fix(editor): Fix for large notification being cut off
This commit is contained in:
committed by
GitHub
parent
0876c38aae
commit
c07f838ce6
@@ -151,6 +151,8 @@
|
||||
.el-notification__content {
|
||||
text-align: left;
|
||||
word-break: break-word;
|
||||
max-height: 60vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.tags-container {
|
||||
|
||||
Reference in New Issue
Block a user