Skip to content
/ qp-n8n Public
forked from n8n-io/n8n

Commit

Permalink
fix(editor): Fix for large notifications being cut off (n8n-io#5705)
Browse files Browse the repository at this point in the history
fix(editor): Fix for large notification being cut off
  • Loading branch information
MiloradFilipovic authored and sunilrr committed Apr 24, 2023
1 parent 7d16680 commit a57d28a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/editor-ui/src/n8n-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,8 @@
.el-notification__content {
text-align: left;
word-break: break-word;
max-height: 60vh;
overflow-y: auto;
}

.tags-container {
Expand Down

0 comments on commit a57d28a

Please sign in to comment.