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

This commit is contained in:
Simey Lameze
2020-10-20 08:32:45 +08:00
parent 36f0c3d531
commit b4a8a99898
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
@@ -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 {
+2 -1
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 {