mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 08:16:43 -04:00
Fix language multiselect action
Signed-off-by: GretaD <gretadoci@gmail.com>
This commit is contained in:
parent
0b4c39d656
commit
e45d5d3eef
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