From 967605365639838ce131c557ede6a6e8dda13b59 Mon Sep 17 00:00:00 2001 From: Nina Pypchenko <22447785+nina-py@users.noreply.github.com> Date: Wed, 11 Nov 2020 06:26:24 +1100 Subject: Added whitespace to the bottom of email template (#16687) The issue was that the div element that wrapped the contents of the email had both top and bottom margins set to zero. There is spacing between the email text and the (dark blue) header thanks to the 25px bottom margin on the header. Added a matching 25px bottom margin on the wrapper div. Fixes #13953. --- plugins/CoreHome/templates/_htmlEmailHeader.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CoreHome/templates') diff --git a/plugins/CoreHome/templates/_htmlEmailHeader.twig b/plugins/CoreHome/templates/_htmlEmailHeader.twig index 330f76d1b4..f178381ca9 100644 --- a/plugins/CoreHome/templates/_htmlEmailHeader.twig +++ b/plugins/CoreHome/templates/_htmlEmailHeader.twig @@ -31,4 +31,4 @@ -
+
-- cgit v1.2.3