fix(editor): Display full text of long error messages (#3561)

This commit is contained in:
brianinoa 2022-06-28 12:30:32 -04:00 committed by GitHub
parent 86721fc496
commit 8db44057f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -156,6 +156,7 @@
.el-notification__content {
text-align: left;
word-break: break-word;
}