Project

General

Profile

Patch #26646 » Automatic_increase_in_width_of_query_columns.patch

replace hardcode width to auto - Vladimir Litov, 2017-08-07 14:52

View differences:

public/stylesheets/application.css (revision )
387 387
  display:block;
388 388
}
389 389
.query-columns select {
390
  width:150px;
390
  width:auto;
391
  min-width:150px;
391 392
}
392 393

  
393 394
.query-totals {text-align:right;}
(1-1/3)