Merge pull request #20376 from nextcloud/fix/tags-ellipsis

Fix systemtags overflow
This commit is contained in:
John Molakvoæ 2020-04-09 15:18:16 +02:00 committed by GitHub
commit f0dd71ccd2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 3 deletions

View File

@ -72,7 +72,12 @@
.systemTagsInfoView,
.systemtags-select2-container {
width: 100%;
.select2-choices {
flex-wrap: nowrap !important;
max-height: 44px;
}
.select2-choices .select2-search-choice.select2-locked .label {
opacity: 0.5;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long