Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselect
Fix language multiselect action
This commit is contained in:
commit
c235a40c94
|
@ -1455,11 +1455,22 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
.lastLogin {
|
||||
min-width: $grid-col-min-width;
|
||||
|
||||
doesnotexist:-o-prefocus, .strengthify-wrapper {
|
||||
color: var(--color-text-dark);
|
||||
vertical-align: baseline;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
}
|
||||
&:not(.row--editable) {
|
||||
&.name,
|
||||
&.password,
|
||||
&.displayName,
|
||||
&.mailAddress,
|
||||
&.userBackend,
|
||||
&.languages {
|
||||
overflow: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.groups,
|
||||
.subadmins,
|
||||
|
|
Loading…
Reference in New Issue