diff --git a/packages/editor-ui/src/n8n-theme.scss b/packages/editor-ui/src/n8n-theme.scss index 03c85e3252a21..3f3497dd39adb 100644 --- a/packages/editor-ui/src/n8n-theme.scss +++ b/packages/editor-ui/src/n8n-theme.scss @@ -152,6 +152,8 @@ .el-notification__content { text-align: left; word-break: break-word; + max-height: 60vh; + overflow-y: auto; } .tags-container {