Browse Source

Fix systemtags overflow

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
John Molakvoæ (skjnldsv) 4 years ago
parent
commit
01389d395e
3 changed files with 6 additions and 1 deletions
  1. 6 1
      core/css/systemtags.scss
  2. 0 0
      core/js/dist/systemtags.js
  3. 0 0
      core/js/dist/systemtags.js.map

+ 6 - 1
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;
 	}

File diff suppressed because it is too large
+ 0 - 0
core/js/dist/systemtags.js


File diff suppressed because it is too large
+ 0 - 0
core/js/dist/systemtags.js.map


Some files were not shown because too many files changed in this diff