Add select text to radios

This commit is contained in:
Erin Song 2024-12-03 12:16:20 -08:00
parent 7b1e2662dd
commit ab05cb7e46
No known key found for this signature in database
2 changed files with 3 additions and 1 deletions

View file

@ -27,6 +27,9 @@ h2 {
.usa-form,
.usa-form fieldset {
font-size: 1rem;
legend em {
font-size: 1rem;
}
}
.p--blockquote {

View file

@ -16,7 +16,6 @@
</legend> -->
<!-- Toggle -->
<em>Select one. <abbr class="usa-hint usa-hint--required" title="required">*</abbr></em>
{% with add_class="usa-radio__input--tile" add_legend_label="Are you working with a CISA regional representative on your domain request?" %}
{% input_with_errors forms.0.has_cisa_representative %}
{% endwith %}