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 {
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,