From 8db44057f2101698ef4869fca436862e4dd39fc1 Mon Sep 17 00:00:00 2001 From: brianinoa <54530642+brianinoa@users.noreply.github.com> Date: Tue, 28 Jun 2022 12:30:32 -0400 Subject: [PATCH] fix(editor): Display full text of long error messages (#3561) --- packages/editor-ui/src/n8n-theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/editor-ui/src/n8n-theme.scss b/packages/editor-ui/src/n8n-theme.scss index 0defb3085..4cdf96832 100644 --- a/packages/editor-ui/src/n8n-theme.scss +++ b/packages/editor-ui/src/n8n-theme.scss @@ -156,6 +156,7 @@ .el-notification__content { text-align: left; + word-break: break-word; }