Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselect

Fix language multiselect action
This commit is contained in:
Christoph Wurst 2020-03-24 11:51:07 +01:00 committed by GitHub
commit c235a40c94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 4 deletions

View File

@ -1455,10 +1455,21 @@ doesnotexist:-o-prefocus, .strengthify-wrapper {
.lastLogin { .lastLogin {
min-width: $grid-col-min-width; min-width: $grid-col-min-width;
color: var(--color-text-dark); doesnotexist:-o-prefocus, .strengthify-wrapper {
vertical-align: baseline; color: var(--color-text-dark);
text-overflow: ellipsis; vertical-align: baseline;
overflow: hidden; text-overflow: ellipsis;
}
}
&:not(.row--editable) {
&.name,
&.password,
&.displayName,
&.mailAddress,
&.userBackend,
&.languages {
overflow: hidden;
}
} }
.groups, .groups,