MDL-69703 theme_boost: ensure multi-select options take all space.

This commit is contained in:
Paul Holden
2021-05-27 10:45:48 +01:00
parent 372924b4a8
commit e2f4bddc6d
3 changed files with 7 additions and 0 deletions
+3
View File
@@ -342,6 +342,9 @@ select.form-control {
&[size],
&[multiple] {
padding-right: 0;
option {
width: fit-content;
}
}
}
+2
View File
@@ -16655,6 +16655,8 @@ fieldset.coursesearchbox label {
select.form-control[size], select.form-control[multiple] {
padding-right: 0; }
select.form-control[size] option, select.form-control[multiple] option {
width: fit-content; }
/* Non-bootstrap selects with a size show their contents outside of the element.
* Remove when we update to stable bootstrap 4. (MDL-56511) */
+2
View File
@@ -16889,6 +16889,8 @@ fieldset.coursesearchbox label {
select.form-control[size], select.form-control[multiple] {
padding-right: 0; }
select.form-control[size] option, select.form-control[multiple] option {
width: fit-content; }
/* Non-bootstrap selects with a size show their contents outside of the element.
* Remove when we update to stable bootstrap 4. (MDL-56511) */