Make required asterisk superscript and non-breaking

This commit is contained in:
igorkorenfeld 2023-03-30 15:22:42 -04:00
parent 63da691b0c
commit e1756480af
No known key found for this signature in database
GPG key ID: 826947A4B867F659
3 changed files with 4 additions and 3 deletions

View file

@ -38,7 +38,8 @@
<fieldset class="usa-fieldset">
<legend>
<h2>What .gov domain do you want? <abbr class="usa-hint usa-hint--required" title="required">*</abbr></h2>
<h2>What .gov domain do you want?&nbsp;<abbr class="usa-hint usa-hint--required
text-super" title="required">*</abbr></h2>
</legend>
<p id="domain_instructions">After you enter your domain, well make sure its

View file

@ -3,7 +3,7 @@
{% block form_instructions %}
<h2 class="margin-bottom-05">
Which federal branch is your organization in? <abbr class="usa-hint usa-hint--required" title="required">*</abbr>
Which federal branch is your organization&nbsp;in?&nbsp;<abbr class="usa-hint usa-hint--required text-super" title="required">*</abbr>
</h2>
{% endblock %}

View file

@ -3,7 +3,7 @@
{% block form_instructions %}
<h2 class="margin-bottom-05">
What kind of U.S.-based government organization do you represent? <abbr class="usa-hint usa-hint--required" title="required">*</abbr>
What kind of U.S.-based government organization do you represent? <abbr class="usa-hint usa-hint--required text-super" title="required">*</abbr>
</h2>
{% endblock %}