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 { display: inherit !important; } - .dropdown-toggle:first-child { - @include padding-left(30px !important); + .dropdown-toggle { + max-width: 88% !important; } } }