Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/systemtags.scss')
-rw-r--r--core/css/systemtags.scss7
1 files changed, 6 insertions, 1 deletions
diff --git a/core/css/systemtags.scss b/core/css/systemtags.scss
index e2b587fcc79..6e100b12a92 100644
--- a/core/css/systemtags.scss
+++ b/core/css/systemtags.scss
@@ -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;
}