diff --git a/theme/boost/scss/moodle/forms.scss b/theme/boost/scss/moodle/forms.scss index fad187844ef..ad540374efc 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 1835db659ef..ead24fdd322 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -15679,7 +15679,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 295517d180b..d6962f1640c 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -15930,7 +15930,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 {