From 91a5c4374f3442ac10be1bfe59d355c7dacc3e4e Mon Sep 17 00:00:00 2001 From: Philipp Tessenow Date: Mon, 21 Mar 2011 13:07:50 +0100 Subject: [PATCH] fix a css glith where the multi-values-swith-icon was deisplayed in the next line when filter area was resized --- assets/stylesheets/reporting.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index cc119c6abc..4852c8f2db 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -215,6 +215,10 @@ background-color: #FCE29A !important; } +.filter_values { + white-space: nowrap; +} + #add_filter_block { margin-top: 6px; }