Merge branch 'MDL-56184-master-master' of git://github.com/damyon/moodle

This commit is contained in:
Dan Poltawski 2016-10-26 12:11:56 +01:00
commit 2300b95dbf

View File

@ -22,6 +22,13 @@
margin-bottom: 4px;
}
.mform .form-inline {
.form-control,
.custom-select {
max-width: 100%;
}
}
.mform fieldset {
margin-left: $spacer * 1.5;
margin-bottom: $spacer / 2;