Merge branch 'MDL-69703-310' of git://github.com/paulholden/moodle into MOODLE_310_STABLE
This commit is contained in:
@@ -342,6 +342,9 @@ select.form-control {
|
||||
&[size],
|
||||
&[multiple] {
|
||||
padding-right: 0;
|
||||
option {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16618,6 +16618,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) */
|
||||
|
||||
@@ -16844,6 +16844,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) */
|
||||
|
||||
Reference in New Issue
Block a user