forked from CGM_Public/pretix_original
Fix position of "Optional" label on small screens
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user