From 8899f8d0ddff94313df8c130a26fbfaf78d18850 Mon Sep 17 00:00:00 2001 From: Bill Date: Tue, 15 Mar 2022 15:12:23 -0400 Subject: [PATCH] Fix alert height --- src/common/index.scss | 9 ++------- src/common/layout/LayoutNotificationAlertView.tsx | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/src/common/index.scss b/src/common/index.scss index 09612939..8fb3545a 100644 --- a/src/common/index.scss +++ b/src/common/index.scss @@ -194,7 +194,7 @@ .nitro-alert { width: 350px; - min-height: 130px; + min-height: 150px; max-height: 350px; } @@ -223,12 +223,7 @@ @include media-breakpoint-down(lg) { display: flex; justify-content: center; - - .draggable-window { - top: unset !important; - left: unset !important; - transform: none !important; - } + align-items: center; } .draggable-window { diff --git a/src/common/layout/LayoutNotificationAlertView.tsx b/src/common/layout/LayoutNotificationAlertView.tsx index 99a4d752..b534d37d 100644 --- a/src/common/layout/LayoutNotificationAlertView.tsx +++ b/src/common/layout/LayoutNotificationAlertView.tsx @@ -23,7 +23,7 @@ export const LayoutNotificationAlertView: FC = return ( - + { children }