mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Fix position of "Optional" label on small screens
This commit is contained in:
@@ -245,6 +245,11 @@ label .optional {
|
|||||||
color: $text-muted;
|
color: $text-muted;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@media (max-width: $screen-sm-max) {
|
||||||
|
.form-horizontal .control-label {
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
div.scrolling-multiple-choice {
|
div.scrolling-multiple-choice {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|||||||
Reference in New Issue
Block a user