Skip to content

Commit

Permalink
Merge pull request #20376 from nextcloud/fix/tags-ellipsis
Browse files Browse the repository at this point in the history
Fix systemtags overflow
  • Loading branch information
skjnldsv authored Apr 9, 2020
2 parents 66b7433 + 01389d3 commit f0dd71c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion core/css/systemtags.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
Loading

0 comments on commit f0dd71c

Please sign in to comment.