Fix systemtags overflow

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2020-04-09 09:43:17 +02:00
parent 1575bd838f
commit 01389d395e
No known key found for this signature in database
GPG Key ID: 60C25B8C072916CF
3 changed files with 8 additions and 3 deletions

View File

@ -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 one or more lines are too long

File diff suppressed because one or more lines are too long