From c1936140b9b61f44f53d05c7ef55cb5701a3f4e7 Mon Sep 17 00:00:00 2001 From: Kimsible Date: Thu, 22 Jul 2021 15:19:39 +0200 Subject: Fix user-dropdown-indicator position on touchscreens --- client/src/app/menu/menu.component.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/src/app') 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; } } } -- cgit v1.2.3