mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-11 20:19:38 +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">
|
<fieldset class="usa-fieldset">
|
||||||
<legend>
|
<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>
|
</legend>
|
||||||
|
|
||||||
<p id="domain_instructions">After you enter your domain, we’ll make sure it’s
|
<p id="domain_instructions">After you enter your domain, we’ll make sure it’s
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% block form_instructions %}
|
{% block form_instructions %}
|
||||||
<h2 class="margin-bottom-05">
|
<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>
|
</h2>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
{% block form_instructions %}
|
{% block form_instructions %}
|
||||||
<h2 class="margin-bottom-05">
|
<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>
|
</h2>
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue