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
path: root/core/css
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-09 10:43:17 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2020-04-09 11:19:42 +0300
commit01389d395e6b258613f28a5df6d4f45c760ffe29 (patch)
tree9e127de606ad355746d11b4fab5c98b6b9e7e939 /core/css
parent1575bd838f2e938b18b04bcdcc28e2fc24d95c45 (diff)
Fix systemtags overflow
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'core/css')
-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;
}