From 43c4eb23504aa83e56d9500003b4853b18b28985 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Fri, 22 Feb 2019 12:25:53 -0500 Subject: [PATCH] fix: normalized font sizes for paragraphs in digest --- src/views/emails/digest.tpl | 10 +++++----- src/views/emails/partials/header.tpl | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) 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 @@
  • - + 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; } }
    {function.renderDigestAvatar}{function.renderDigestAvatar}

    {recent.teaser.user.username}

    -

    {recent.title}

    +

    {recent.title}

    {recent.teaser.content}

    -

    - - [[global:read_more]] +

    + + [[global:read_more]]