From 7fac0e019f227f0ce650bd09ea55a2c7fc49248d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Lys=C3=BD?= Date: Fri, 26 Jan 2024 10:26:38 +0100 Subject: [PATCH] Remove line-height CSS styles Because the line height setting makes the rendered email not look good sometimes. For now we decided to remove it. [MAILPOET-5809] --- .../EmailEditor/Integrations/Core/Renderer/Blocks/Column.php | 2 +- .../EmailEditor/Integrations/Core/Renderer/Blocks/Columns.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Column.php b/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Column.php index ace2cd3c7b..f830fc0cd9 100644 --- a/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Column.php +++ b/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Column.php @@ -53,7 +53,7 @@ class Column implements BlockRenderer { -
{column_content}
+
{column_content}
diff --git a/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Columns.php b/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Columns.php index 5f3f8bc59a..126fceb94a 100644 --- a/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Columns.php +++ b/mailpoet/lib/EmailEditor/Integrations/Core/Renderer/Blocks/Columns.php @@ -41,7 +41,7 @@ class Columns implements BlockRenderer { } return ' - +