From 9f411733088743d4a546552922400cb681de195b Mon Sep 17 00:00:00 2001 From: Alex Bourdin Date: Fri, 25 Aug 2023 13:55:06 +0200 Subject: [PATCH] Enlarge clickable area for managed users dropdown button GitOrigin-RevId: cc4a053805c740fd29ac9ecf69a80fbdcacf89ce --- .../stylesheets/components/group-members.less | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/services/web/frontend/stylesheets/components/group-members.less b/services/web/frontend/stylesheets/components/group-members.less index e4a8bb381a..488e74ce9c 100644 --- a/services/web/frontend/stylesheets/components/group-members.less +++ b/services/web/frontend/stylesheets/components/group-members.less @@ -143,7 +143,7 @@ } .cell-email { - width: 35%; + width: 34%; } .cell-name { @@ -159,11 +159,8 @@ } .cell-dropdown { - width: 5%; - button.dropdown-toggle { - padding-left: 0; - padding-right: 0; - } + width: 6%; + min-width: 25px; } } @@ -173,7 +170,7 @@ } .cell-email { - width: 45%; + width: 43%; } .cell-name { @@ -189,7 +186,8 @@ } .cell-dropdown { - width: 3%; + width: 5%; + min-width: 25px; } } }