]> source.dussan.org Git - redmine.git/commitdiff
Increase max-width of operator select in filters (#38435).
authorGo MAEDA <maeda@farend.jp>
Sat, 15 Apr 2023 00:52:54 +0000 (00:52 +0000)
committerGo MAEDA <maeda@farend.jp>
Sat, 15 Apr 2023 00:52:54 +0000 (00:52 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22190 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/application.css

index 001508adaedbdd0a4e78e438553a0708fd90eba1..d1d96fcd45317f309131c847be9791c657476a47 100644 (file)
@@ -593,7 +593,7 @@ fieldset#filters table td { padding: 0; vertical-align: middle; }
 fieldset#filters tr.filter { height: 2.1em; }
 fieldset#filters td.field { width:230px; }
 fieldset#filters td.operator { width:130px; }
-fieldset#filters td.operator select {max-width:120px;}
+fieldset#filters td.operator select {max-width:140px;}
 fieldset#filters td.values { white-space:nowrap; }
 fieldset#filters td.values select {min-width:130px;}