forked from CGM_Public/pretix_original
Fix required label for multi-checkbox form-groups (#5568)
This commit is contained in:
committed by
GitHub
parent
d203eee5ab
commit
7d5df2b69e
@@ -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