Multiselect elements don't expand (#31147, #31216).

Patch by Marius BALTEANU.


git-svn-id: http://svn.redmine.org/redmine/trunk@18059 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2019-04-18 07:44:16 +00:00
parent 0d061d43e8
commit fc02ddcb0d

View File

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