mirror of
https://github.com/nextcloud/server.git
synced 2026-03-21 10:00:33 -04:00
duplicate css for subadmins to allow for both class names being used
Signed-off-by: Silke Suck <silke.suck@adacor.com>
This commit is contained in:
parent
04b0f2450f
commit
1442cfbfe9
2 changed files with 3 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
|
@ -1386,6 +1386,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
// Scroll if too much groups
|
||||
&:not(.row--editable) {
|
||||
.groups,
|
||||
.subadmins,
|
||||
.subAdminsGroups {
|
||||
overflow: auto;
|
||||
max-height: 100%;
|
||||
|
|
@ -1394,6 +1395,7 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
|
||||
.managers,
|
||||
.groups,
|
||||
.subadmins,
|
||||
.subAdminsGroups,
|
||||
.quota {
|
||||
min-width: $grid-col-min-width;
|
||||
|
|
|
|||
Loading…
Reference in a new issue