Patch #26646 » Automatic_increase_in_width_of_query_columns.patch
public/stylesheets/application.css (revision ) | ||
---|---|---|
387 | 387 |
display:block; |
388 | 388 |
} |
389 | 389 |
.query-columns select { |
390 |
width:150px; |
|
390 |
min-width:150px;
|
|
391 | 391 |
} |
392 | 392 | |
393 | 393 |
.query-totals {text-align:right;} |