From 93707c3186a2d2b06641aba5b570244beedb8589 Mon Sep 17 00:00:00 2001 From: Sadaf <119438857+Sadaf-A@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:23:58 +0530 Subject: [PATCH] modified: theme.scss to fix the width of notifcation center (#9448) --- frontend/src/_styles/theme.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/_styles/theme.scss b/frontend/src/_styles/theme.scss index 46c4126406..62262e7af8 100644 --- a/frontend/src/_styles/theme.scss +++ b/frontend/src/_styles/theme.scss @@ -6238,6 +6238,7 @@ a.step-item-disabled { .notification-center { max-height: 500px; + min-width: 420px; overflow: auto; margin-left: 11px !important;