mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-68664 theme: remove right margin from form-inline class
This commit is contained in:
parent
149fdcf075
commit
1db3f6687c
@ -33,6 +33,7 @@
|
||||
br + label {
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user