diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 16:34:13 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2017-07-30 16:34:13 +0000 |
commit | d42d8492b8497a4be721f12ef045f368e4a33b3d (patch) | |
tree | 09668b53a0ea0bf28ba56563c6a1d0439070028f /public | |
parent | b996c36315312512bea0ef1359909a06493a52e8 (diff) | |
download | redmine-d42d8492b8497a4be721f12ef045f368e4a33b3d.tar.gz redmine-d42d8492b8497a4be721f12ef045f368e4a33b3d.zip |
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
Diffstat (limited to 'public')
-rw-r--r-- | public/stylesheets/application.css | 2 |
1 files changed, 1 insertions, 1 deletions
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;} |