From 985e1151f1cf633b6764cd72f8174b7fa818a013 Mon Sep 17 00:00:00 2001 From: Asish Kumar Date: Sat, 28 Mar 2026 20:37:18 +0000 Subject: [PATCH] Fix spacing above CTA button in email templates. Apply 20px bottom margin to the last body paragraph in the subscription-confirmation and error-email templates, matching the invitation-email template pattern. Previously all paragraphs used a fixed 16px margin which left insufficient space between the body text and the CTA button. --- .../Email_Reporting/templates/error-email/parts/content.php | 4 ++-- .../templates/subscription-confirmation/parts/content.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/includes/Core/Email_Reporting/templates/error-email/parts/content.php b/includes/Core/Email_Reporting/templates/error-email/parts/content.php index 1b1c7e79d4b..c05a2873e23 100644 --- a/includes/Core/Email_Reporting/templates/error-email/parts/content.php +++ b/includes/Core/Email_Reporting/templates/error-email/parts/content.php @@ -50,8 +50,8 @@ * and to future-proof if HTML tags are added to content later. */ ?> - -

+ $paragraph ) : ?> +

- -

+ $paragraph ) : ?> +

array() ) ); ?>