align subadmins css class name with actually used class name subAdminsGroups to fix display issue when users are in many groups

Signed-off-by: Silke Suck <silke.suck@adacor.com>
pull/38793/head
Silke Suck 3 years ago committed by Louis
parent b961171b60
commit 04b0f2450f
  1. 2
      apps/settings/css/settings.css
  2. 4
      apps/settings/css/settings.scss

File diff suppressed because one or more lines are too long

@ -1386,7 +1386,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
// Scroll if too much groups
&:not(.row--editable) {
.groups,
.subadmins {
.subAdminsGroups {
overflow: auto;
max-height: 100%;
}
@ -1394,7 +1394,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.managers,
.groups,
.subadmins,
.subAdminsGroups,
.quota {
min-width: $grid-col-min-width;

Loading…
Cancel
Save