Project

General

Profile

Patch #26646 » Automatic_increase_in_width_of_query_columns.patch

corrected patch - Vladimir Litov, 2017-08-08 14:43

View differences:

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;}
(2-2/3)