Merge branch 'MDL-68664-39' of git://github.com/lameze/moodle into MOODLE_39_STABLE
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
br + label {
|
||||
justify-content: flex-start;
|
||||
width: 100%;
|
||||
margin-right: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -16259,7 +16259,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 {
|
||||
|
||||
@@ -16485,7 +16485,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