Fix required label for multi-checkbox form-groups (#5568)

This commit is contained in:
Richard Schreiber
2025-10-30 10:44:17 +01:00
committed by GitHub
parent d203eee5ab
commit 7d5df2b69e

View File

@@ -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;
}