Fixes #2536 - Long tag list in manage overviews/SLAs/triggers/report profiles/time accounting doesn't wrap
This commit is contained in:
parent
5ee6418c18
commit
415486361d
1 changed files with 5 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue