mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #20136 from nextcloud/backport/20019/stable18
[stable18] Fix language multiselect action
This commit is contained in:
commit
1ed78e6710
1 changed files with 15 additions and 4 deletions
|
|
@ -1455,10 +1455,21 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
|
|||
.lastLogin {
|
||||
min-width: $grid-col-min-width;
|
||||
|
||||
color: var(--color-text-dark);
|
||||
vertical-align: baseline;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue