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

This commit is contained in:
Simey Lameze
2020-10-20 08:33:10 +08:00
parent cf6cdd99d4
commit bc56a460b7
3 changed files with 5 additions and 2 deletions
+1
View File
@@ -33,6 +33,7 @@
br + label {
justify-content: flex-start;
width: 100%;
margin-right: 0;
}
}
+2 -1
View File
@@ -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 {
+2 -1
View File
@@ -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 {