mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Fix spacing under None provided/Sec email
This commit is contained in:
parent
c9c92e5c90
commit
27dae48ff4
1 changed files with 1 additions and 2 deletions
|
@ -128,7 +128,7 @@
|
|||
{% endif %}
|
||||
{% else %}
|
||||
{% if custom_text_for_value_none %}
|
||||
<p class="text-base-dark">{{ custom_text_for_value_none }}</p>
|
||||
<p class="margin-top-0 text-base-dark">{{ custom_text_for_value_none }}</p>
|
||||
{% endif %}
|
||||
{% if value %}
|
||||
{{ value }}
|
||||
|
@ -136,7 +136,6 @@
|
|||
{% if not value %}
|
||||
None
|
||||
{% endif %}
|
||||
</p>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue