mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-05-21 17:23:06 -04:00
Fix spacing of address on uploaded letter preview
Just looks a bit more even/balanced with a bit less space above and below than a normal paragraph. Doing this using modifier classes so it will be easy to migrate to the design system.
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
|
||||
{% if status == 'valid' and current_service.live %}
|
||||
<div class="js-stick-at-bottom-when-scrolling">
|
||||
<p>
|
||||
<p class="top-gutter-0 bottom-gutter-1-2">
|
||||
Recipient: {{ recipient }}
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user