diff --git a/theme/boost/scss/moodle/forms.scss b/theme/boost/scss/moodle/forms.scss index bd1dd4829f1..f4aa9811661 100644 --- a/theme/boost/scss/moodle/forms.scss +++ b/theme/boost/scss/moodle/forms.scss @@ -33,6 +33,7 @@ br + label { justify-content: flex-start; width: 100%; + margin-right: 0; } } diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 82cbcd9dc07..c0315ee3b83 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -16305,7 +16305,8 @@ body.path-question-type .mform fieldset.hidden { .mform .form-inline br + label { justify-content: flex-start; - width: 100%; } + width: 100%; + margin-right: 0; } .unresponsive.mform .form-inline, .unresponsive.mform .form-inline label { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 95385c80b28..db3b8901a90 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -16530,7 +16530,8 @@ body.path-question-type .mform fieldset.hidden { .mform .form-inline br + label { justify-content: flex-start; - width: 100%; } + width: 100%; + margin-right: 0; } .unresponsive.mform .form-inline, .unresponsive.mform .form-inline label {