From e44bd69aaabd28b5f3f9e609bd65e99b490b762a Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 15 Nov 2016 14:31:45 +0000 Subject: [PATCH] MDL-56939 theme_boost: Link to MDL for future --- theme/boost/scss/moodle/forms.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/theme/boost/scss/moodle/forms.scss b/theme/boost/scss/moodle/forms.scss index 7194c865ecf..3d07b0b437b 100644 --- a/theme/boost/scss/moodle/forms.scss +++ b/theme/boost/scss/moodle/forms.scss @@ -296,7 +296,8 @@ fieldset.coursesearchbox label { font-size: large; } -/* Non-bootstrap selects with a size show their contents outside of the element. Remove when we update to stable bootstrap 4. */ +/* Non-bootstrap selects with a size show their contents outside of the element. + * Remove when we update to stable bootstrap 4. (MDL-56511) */ select[size], select[multiple] { overflow: auto;