From 87ef1aa2112cbf7678d53b2cb8252dad6978ea46 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 15 Mar 2022 13:35:30 -0400 Subject: [PATCH] Fix alert height --- src/common/index.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/common/index.scss b/src/common/index.scss index 5d72ac6d..09612939 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -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 {