Reduce select width in group by fieldset

Signed-off-by: Alex Coles <alex@alexbcoles.com>
pull/6827/head
Alex Coles 10 years ago
parent 67a83e0952
commit 10b8868abc
  1. 1
      lib/assets/stylesheets/reporting_engine/reporting.css.erb

@ -397,6 +397,7 @@ h3.reporting_formatting {
.drag_container select { .drag_container select {
margin-right: 3px; margin-right: 3px;
float: right; float: right;
width: auto;
} }
.drag_target { .drag_target {

Loading…
Cancel
Save