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

This commit is contained in:
Simey Lameze
2020-10-20 08:32:57 +08:00
parent eda7eb44b3
commit 83d478ce93
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
@@ -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 {
+2 -1
View File
@@ -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 {