From bc56a460b7c9d803bb7ed6d2ba174e9bcd45aff5 Mon Sep 17 00:00:00 2001 From: Simey Lameze Date: Tue, 20 Oct 2020 08:23:24 +0800 Subject: [PATCH] MDL-68664 theme: remove right margin from form-inline class --- theme/boost/scss/moodle/forms.scss | 1 + theme/boost/style/moodle.css | 3 ++- theme/classic/style/moodle.css | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) 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 {