diff options
-rw-r--r-- | client/src/app/menu/menu.component.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/menu/menu.component.scss b/client/src/app/menu/menu.component.scss index aad7fd5da..f0919ed28 100644 --- a/client/src/app/menu/menu.component.scss +++ b/client/src/app/menu/menu.component.scss | |||
@@ -114,8 +114,8 @@ my-notification { | |||
114 | display: inherit !important; | 114 | display: inherit !important; |
115 | } | 115 | } |
116 | 116 | ||
117 | .dropdown-toggle:first-child { | 117 | .dropdown-toggle { |
118 | @include padding-left(30px !important); | 118 | max-width: 88% !important; |
119 | } | 119 | } |
120 | } | 120 | } |
121 | } | 121 | } |