From 9084dc89964d18eb75724507bdd19948bcd52f59 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Tue, 26 Nov 2019 14:32:39 +0000 Subject: [PATCH] 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. --- app/templates/views/uploads/preview.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/views/uploads/preview.html b/app/templates/views/uploads/preview.html index be7a7abe7..bfd180fe6 100644 --- a/app/templates/views/uploads/preview.html +++ b/app/templates/views/uploads/preview.html @@ -32,7 +32,7 @@ {% if status == 'valid' and current_service.live %}
-

+

Recipient: {{ recipient }}