mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #20376 from nextcloud/fix/tags-ellipsis
Fix systemtags overflow
This commit is contained in:
commit
f0dd71ccd2
3 changed files with 8 additions and 3 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
2
core/js/dist/systemtags.js
vendored
2
core/js/dist/systemtags.js
vendored
File diff suppressed because one or more lines are too long
2
core/js/dist/systemtags.js.map
vendored
2
core/js/dist/systemtags.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue