mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-69703' of git://github.com/paulholden/moodle
This commit is contained in:
commit
85d9ea2c09
@ -336,6 +336,9 @@ select.form-control {
|
||||
&[size],
|
||||
&[multiple] {
|
||||
padding-right: 0;
|
||||
option {
|
||||
width: fit-content;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -16651,6 +16651,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) */
|
||||
|
@ -16885,6 +16885,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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user