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; } } }