]> source.dussan.org Git - redmine.git/commitdiff
Remove hardcoded width in query column selects (#26646).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2018 08:11:36 +0000 (08:11 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 16 Dec 2018 08:11:36 +0000 (08:11 +0000)
Patch by Vladimir Litov.

git-svn-id: http://svn.redmine.org/redmine/trunk@17751 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 4dbf5f8de0f746e886789506aea3e6c4d4c34c49..039cc07a9dbfae494ea94e270baf495bf36f360b 100644 (file)
@@ -392,7 +392,7 @@ div.table-list.boards .table-list-cell.name {width: 30%;}
   display:block;
 }
 .query-columns select {
-  width:150px;
+  min-width:150px;
 }
 
 .query-totals {text-align:right;}