Fix alert height

This commit is contained in:
Bill 2022-03-15 13:35:30 -04:00
parent 49222a9406
commit 87ef1aa211

View File

@ -194,11 +194,8 @@
.nitro-alert {
width: 350px;
.content-area {
min-height: 125px;
max-height: 300px;
}
min-height: 130px;
max-height: 350px;
}
.nitro-notification-bubble {