mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Make required asterisk superscript and non-breaking
This commit is contained in:
parent
63da691b0c
commit
e1756480af
3 changed files with 4 additions and 3 deletions
|
@ -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? <abbr class="usa-hint usa-hint--required
|
||||
text-super" title="required">*</abbr></h2>
|
||||
</legend>
|
||||
|
||||
<p id="domain_instructions">After you enter your domain, we’ll make sure it’s
|
||||
|
|
|
@ -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 in? <abbr class="usa-hint usa-hint--required text-super" title="required">*</abbr>
|
||||
</h2>
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue