Fix position of "Optional" label on small screens

This commit is contained in:
Raphael Michel
2017-11-22 12:09:08 +01:00
parent b0c4c62668
commit 2a3adb135b

View File

@@ -245,6 +245,11 @@ label .optional {
color: $text-muted;
font-weight: normal;
}
@media (max-width: $screen-sm-max) {
.form-horizontal .control-label {
text-align: left;
}
}
div.scrolling-multiple-choice {
height: 150px;