From b4a8a99898518e5a8cc7ca5b4d8b2c3f505d06f3 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 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 {