Skip to content
Snippets Groups Projects
Commit d498d4c1 authored by Steven Wittens's avatar Steven Wittens
Browse files

#53405, prevent accidental checkbox/radiobutton clicks

parent 27ccbf1f
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -148,6 +148,7 @@ tr.odd .form-item, tr.even .form-item { ...@@ -148,6 +148,7 @@ tr.odd .form-item, tr.even .form-item {
font-weight: bold; font-weight: bold;
} }
.form-item label.option { .form-item label.option {
display: inline;
font-weight: normal; font-weight: normal;
} }
.marker, .form-required { .marker, .form-required {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment