Merge pull request #38793 from Jenandra/fix-subadminsgroups-css-name

align subadmins css class name
This commit is contained in:
Louis 2023-06-16 10:09:05 +02:00 committed by GitHub
commit 7afcc44827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

File diff suppressed because one or more lines are too long

View file

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