Skip to content

Commit

Permalink
Merge branch 'MDL-69703-310' of git://github.com/paulholden/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_310_STABLE
  • Loading branch information
sarjona committed May 27, 2021
2 parents 809a731 + 6479736 commit 8f1eda6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions theme/boost/scss/moodle/forms.scss
Expand Up @@ -342,6 +342,9 @@ select.form-control {
&[size],
&[multiple] {
padding-right: 0;
option {
width: fit-content;
}
}
}

Expand Down
2 changes: 2 additions & 0 deletions theme/boost/style/moodle.css
Expand Up @@ -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) */
Expand Down
2 changes: 2 additions & 0 deletions theme/classic/style/moodle.css
Expand Up @@ -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) */
Expand Down

0 comments on commit 8f1eda6

Please sign in to comment.