Skip to content

Commit c86847d

Browse files
authored
Merge pull request #6665 from thesahindia/thesahindia/ui/growlfix
growl width fix
2 parents a3b530e + 5701965 commit c86847d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/styles/styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1991,7 +1991,7 @@ const styles = {
19911991
},
19921992

19931993
growlNotificationDesktopContainer: {
1994-
maxWidth: 380,
1994+
maxWidth: variables.sideBarWidth,
19951995
right: 0,
19961996
position: 'fixed',
19971997
},

0 commit comments

Comments
 (0)