From: Jean-Philippe Lang Date: Sun, 30 Jul 2017 16:34:13 +0000 (+0000) Subject: Removes max width on filter selects introduced in r15603 (#26568). X-Git-Tag: 4.0.0~547 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d42d8492b8497a4be721f12ef045f368e4a33b3d;p=redmine.git Removes max width on filter selects introduced in r15603 (#26568). Patch by Toshi MARUYAMA. git-svn-id: http://svn.redmine.org/redmine/trunk@16921 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 095988d79..7d2b662e1 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -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;}