diff --git a/src/views/emails/digest.tpl b/src/views/emails/digest.tpl index 2f5fda8b5a..9a87f72ff8 100644 --- a/src/views/emails/digest.tpl +++ b/src/views/emails/digest.tpl @@ -52,18 +52,18 @@
{function.renderDigestAvatar} | +{function.renderDigestAvatar} | - + |
{recent.teaser.content} - |
diff --git a/src/views/emails/partials/header.tpl b/src/views/emails/partials/header.tpl
index c3185b8175..e094968647 100644
--- a/src/views/emails/partials/header.tpl
+++ b/src/views/emails/partials/header.tpl
@@ -134,7 +134,7 @@
/* What it does: Adjust typography on small screens to improve readability */
.email-container p {
font-size: 17px !important;
- line-height: 22px !important;
+ line-height: 26px !important;
}
}