]> source.dussan.org Git - redmine.git/commitdiff
Multiselect elements don't expand (#31147, #31216).
authorGo MAEDA <maeda@farend.jp>
Thu, 18 Apr 2019 07:44:16 +0000 (07:44 +0000)
committerGo MAEDA <maeda@farend.jp>
Thu, 18 Apr 2019 07:44:16 +0000 (07:44 +0000)
Patch by Marius BALTEANU.

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

public/stylesheets/application.css

index e40cbad7546f692ac80add13036e7881be71b007..58901808198a927f215a5b6c7c904de625e19b52 100644 (file)
@@ -395,7 +395,6 @@ div.table-list.boards .table-list-cell.name {width: 30%;}
 }
 .query-columns select {
   min-width:150px;
-  height: auto;
 }
 
 .query-totals {text-align:right;}
@@ -463,7 +462,7 @@ select {
 }
 input[type="file"] {border: 0;}
 input[type="submit"] {-webkit-appearance: button; cursor: pointer; background-color: #fff;}
-select[multiple=multiple] {background: #fff; padding-right: initial;}
+select[multiple=multiple] {background: #fff; padding-right: initial; height: auto;}
 fieldset {border: 1px solid #e4e4e4; margin:0; min-width: inherit;}
 legend {color: #333;}
 hr { width: 100%; height: 1px; background: #ccc; border: 0;}