]> source.dussan.org Git - redmine.git/commitdiff
Removes max width on filter selects introduced in r15603 (#26568).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Jul 2017 16:34:13 +0000 (16:34 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 30 Jul 2017 16:34:13 +0000 (16:34 +0000)
Patch by Toshi MARUYAMA.

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

public/stylesheets/application.css

index 095988d798b83c82c7b8b264a9e81f249aaae19f..7d2b662e187211b1cc9a47de9150eb9e88fd94a8 100644 (file)
@@ -488,7 +488,7 @@ fieldset#filters td.field { width:230px; }
 fieldset#filters td.operator { width:130px; }
 fieldset#filters td.operator select {max-width:120px;}
 fieldset#filters td.values { white-space:nowrap; }
-fieldset#filters td.values select {min-width:130px; max-width:200px;}
+fieldset#filters td.values select {min-width:130px;}
 fieldset#filters td.values input {height:1em;}
 
 #filters-table {width:60%; float:left;}