mirror of
https://github.com/pretix/pretix.git
synced 2026-08-08 10:27:49 +00:00
Fix required label for multi-checkbox form-groups (#5568)
This commit is contained in:
@@ -173,7 +173,7 @@ output {
|
||||
}
|
||||
}
|
||||
@media (min-width: $screen-md-min) {
|
||||
.form-group:not(:has(.checkbox)) {
|
||||
.form-group:not(:has(.checkbox)), .form-group:has(.checkbox + .checkbox) {
|
||||
.label-required {
|
||||
display: block;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user