From 415486361d9b5915ea7287d0a425775cf2a49218 Mon Sep 17 00:00:00 2001 From: Mantas Date: Mon, 1 Feb 2021 09:10:34 +0200 Subject: [PATCH] Fixes #2536 - Long tag list in manage overviews/SLAs/triggers/report profiles/time accounting doesn't wrap --- app/assets/stylesheets/zammad.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zammad.scss b/app/assets/stylesheets/zammad.scss index a3673cc0c..57176c846 100644 --- a/app/assets/stylesheets/zammad.scss +++ b/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 {