Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNina Pypchenko <22447785+nina-py@users.noreply.github.com>2020-11-10 22:26:24 +0300
committerGitHub <noreply@github.com>2020-11-10 22:26:24 +0300
commit967605365639838ce131c557ede6a6e8dda13b59 (patch)
tree37a1c8202737117e01139e3b583ea63c840d4946 /plugins/CoreHome/templates
parent534c896cac2d9813b3e84a28f475ebd024e46095 (diff)
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.
Diffstat (limited to 'plugins/CoreHome/templates')
-rw-r--r--plugins/CoreHome/templates/_htmlEmailHeader.twig2
1 files changed, 1 insertions, 1 deletions
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 @@
</tr>
</table>
-<div style="margin:0 20px;">
+<div style="margin:0 20px 25px 20px;">