mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-17 15:04:11 +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 %}
|
{% endif %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% if custom_text_for_value_none %}
|
{% 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 %}
|
{% endif %}
|
||||||
{% if value %}
|
{% if value %}
|
||||||
{{ value }}
|
{{ value }}
|
||||||
|
@ -136,7 +136,6 @@
|
||||||
{% if not value %}
|
{% if not value %}
|
||||||
None
|
None
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</p>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue