mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 17:08:34 +00:00
modified: theme.scss to fix the width of notifcation center (#9448)
This commit is contained in:
parent
b3e97f3eba
commit
93707c3186
1 changed files with 1 additions and 0 deletions
|
|
@ -6238,6 +6238,7 @@ a.step-item-disabled {
|
|||
|
||||
.notification-center {
|
||||
max-height: 500px;
|
||||
min-width: 420px;
|
||||
overflow: auto;
|
||||
margin-left: 11px !important;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue