mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Decrease notification max-height (#13858)
This commit is contained in:
@@ -179,7 +179,7 @@
|
||||
.el-notification__content {
|
||||
text-align: left;
|
||||
word-break: break-word;
|
||||
max-height: 60vh;
|
||||
max-height: 30vh;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user