MDL-68664 theme: remove right margin from form-inline class

This commit is contained in:
Simey Lameze 2020-10-20 08:23:24 +08:00
parent 149fdcf075
commit 1db3f6687c
3 changed files with 5 additions and 2 deletions

View File

@ -33,6 +33,7 @@
br + label {
justify-content: flex-start;
width: 100%;
margin-right: 0;
}
}

View File

@ -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 {

View File

@ -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 {