fix a css glith where the multi-values-swith-icon was deisplayed in the next line when filter area was resized

pull/6827/head
Philipp Tessenow 14 years ago
parent c58ad6fa1e
commit 91a5c4374f
  1. 4
      assets/stylesheets/reporting.css

@ -215,6 +215,10 @@
background-color: #FCE29A !important;
}
.filter_values {
white-space: nowrap;
}
#add_filter_block {
margin-top: 6px;
}

Loading…
Cancel
Save