From 91b10e75ddbc33fbe120872168e1c90fe68f5377 Mon Sep 17 00:00:00 2001 From: Anthony LC Date: Thu, 6 Feb 2025 17:28:38 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84(email)=20fix=20line=20height=20ema?= =?UTF-8?q?il=20title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The line height of the email title was not the correct size. We let the title managing its own line height. --- src/mail/mjml/partial/header.mjml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mail/mjml/partial/header.mjml b/src/mail/mjml/partial/header.mjml index 0eb2fc6a..57dbd28b 100644 --- a/src/mail/mjml/partial/header.mjml +++ b/src/mail/mjml/partial/header.mjml @@ -13,7 +13,7 @@ @@ -22,6 +22,7 @@ h1, h2, h3, h4, h5, h6, p { margin: 0; padding: 0; + line-height: normal; } a { @@ -33,7 +34,6 @@ h1 { color: #161616; font-size: 1.4rem; - font-weight: 700; } .wrapper {