From 01389d395e6b258613f28a5df6d4f45c760ffe29 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 9 Apr 2020 09:43:17 +0200 Subject: Fix systemtags overflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) Signed-off-by: npmbuildbot[bot] --- core/css/systemtags.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'core/css') 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; } -- cgit v1.2.3