From ff6118a778fd77e4806ca524efad1cd6b700e2eb Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 25 Jul 2026 14:31:08 +0000 Subject: [PATCH] Fix icon circle collapsing narrow in strict HTML-attribute-stripping renderers MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The width="56" height="56" HTML attributes on the icon badge weren't mirrored in its inline style — renderers that ignore/strip HTML width/height (Brevo's own editor among them, per a real report) shrink the cell to fit the glyph instead of staying a 56px circle. Add explicit width:56px;height:56px to the style too. Co-Authored-By: Claude Sonnet 5 --- app/lib/emailTemplates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/lib/emailTemplates.ts b/app/lib/emailTemplates.ts index 3755867..01a166a 100644 --- a/app/lib/emailTemplates.ts +++ b/app/lib/emailTemplates.ts @@ -130,7 +130,7 @@ function emailShell(icon: string, headingHtml: string, bodyHtml: string, footerT -
+ ${icon}