From 629d231887f00c1e01b00afbe5c3a966a3b11697 Mon Sep 17 00:00:00 2001 From: Bill Date: Wed, 21 Jul 2021 23:54:00 -0400 Subject: [PATCH] Fix alert height --- src/views/notification-center/NotificationCenterView.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/notification-center/NotificationCenterView.scss b/src/views/notification-center/NotificationCenterView.scss index d2a9445f..78a94d63 100644 --- a/src/views/notification-center/NotificationCenterView.scss +++ b/src/views/notification-center/NotificationCenterView.scss @@ -3,6 +3,7 @@ .content-area { min-height: 125px; + max-height: 300px; } }