MDL-68664 theme: remove right margin from form-inline class
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
br + label {
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user