Fixes #2536 - Long tag list in manage overviews/SLAs/triggers/report profiles/time accounting doesn't wrap

This commit is contained in:
Mantas 2021-02-01 09:10:34 +02:00
parent 5ee6418c18
commit 415486361d

View file

@ -8898,8 +8898,12 @@ label + .wizard-buttonList {
.horizontal-filter-body { .horizontal-filter-body {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: nowrap;
flex: 1; flex: 1;
.controls:not(.js-value) {
flex-shrink: 0;
}
} }
.horizontal-filter-group { .horizontal-filter-group {