From 83d478ce9384d6cd6c2f05fbf8f490789f90d555 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 5eec6999d31..6c34dff0699 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 ea25086de64..3ceed5b7bcb 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -16255,7 +16255,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 6dc71320454..187b76f1884 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -16481,7 +16481,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 {