From aff1c26e06ea213b28ce6743a45cdef8788c6e9c Mon Sep 17 00:00:00 2001 From: Brian Inoa Date: Mon, 20 Jun 2022 00:14:18 +0200 Subject: [PATCH] :lipstick: Add word-break: break-word to fix styling issue --- 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 0defb3085c9c0..4cdf96832e95e 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; }