modified: theme.scss to fix the width of notifcation center (#9448)

This commit is contained in:
Sadaf 2024-04-24 17:23:58 +05:30 committed by GitHub
parent b3e97f3eba
commit 93707c3186
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6238,6 +6238,7 @@ a.step-item-disabled {
.notification-center {
max-height: 500px;
min-width: 420px;
overflow: auto;
margin-left: 11px !important;