Browse Source

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

Mantas 4 years ago
parent
commit
415486361d
1 changed files with 5 additions and 1 deletions
  1. 5 1
      app/assets/stylesheets/zammad.scss

+ 5 - 1
app/assets/stylesheets/zammad.scss

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