From 570196534b0accc645125c7e10516e4703d679ad Mon Sep 17 00:00:00 2001 From: sahil khan Date: Thu, 9 Dec 2021 15:59:44 +0530 Subject: [PATCH] growl fix --- src/styles/styles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/styles.js b/src/styles/styles.js index c0ec2df5f495..e866872355b7 100644 --- a/src/styles/styles.js +++ b/src/styles/styles.js @@ -1991,7 +1991,7 @@ const styles = { }, growlNotificationDesktopContainer: { - maxWidth: 380, + maxWidth: variables.sideBarWidth, right: 0, position: 'fixed', },