From: Jean-Philippe Lang Date: Sun, 30 Jul 2017 16:34:35 +0000 (+0000) Subject: Merged r16921 (#26568). X-Git-Tag: 3.4.3~21 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=1f59ac2461ed0eb6bec735e69f90332179cb7fec;p=redmine.git Merged r16921 (#26568). git-svn-id: http://svn.redmine.org/redmine/branches/3.4-stable@16922 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index a77589ef1..1f8f90e84 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -479,7 +479,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;}