mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 21:37:32 -08:00
fix(editor): Display full text of long error messages (#3561)
This commit is contained in:
parent
86721fc496
commit
8db44057f2
|
@ -156,6 +156,7 @@
|
||||||
|
|
||||||
.el-notification__content {
|
.el-notification__content {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue