Skip to content

Commit 1c2feb4

Browse files
authoredMar 12, 2025··
fix(editor): Decrease notification max-height (#13858)
1 parent cfc7a14 commit 1c2feb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎packages/frontend/editor-ui/src/n8n-theme.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
.el-notification__content {
180180
text-align: left;
181181
word-break: break-word;
182-
max-height: 60vh;
182+
max-height: 30vh;
183183
overflow-y: auto;
184184
}
185185

0 commit comments

Comments
 (0)
Please sign in to comment.