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 %}
{% 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>