[A11y] Fix cookie-consent-form labels + help-text markup (#5113)

* [A11y] Fix cookie-consent-form labels + help-text markup

* remove method=dialog for now
This commit is contained in:
Richard Schreiber
2025-05-15 13:21:04 +02:00
committed by GitHub
parent 6b331888e9
commit bf3ee608ba
2 changed files with 40 additions and 27 deletions

View File

@@ -53,6 +53,15 @@ a.btn, button.btn {
}
}
}
.checkbox + .help-block {
padding-left: 20px;
margin-top: 0;
margin-bottom: 0;
p {
margin-bottom: 0;
}
}
output {
padding-top: $padding-base-vertical;
}