Fix spacing under None provided/Sec email

This commit is contained in:
Rebecca Hsieh 2025-01-09 10:28:21 -08:00
parent c9c92e5c90
commit 27dae48ff4
No known key found for this signature in database

View file

@ -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>