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