From ae14e09f665283d73a7b114de97c67ed525332a8 Mon Sep 17 00:00:00 2001 From: Linus Rath Date: Wed, 18 Mar 2026 15:40:08 +0100 Subject: [PATCH] fix: enforce image and table styling --- components/email/email-viewer.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index f5121574..89ed732a 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -2251,9 +2251,10 @@ export function EmailViewer({ ${effectiveEmailContent.html}`; @@ -2343,7 +2344,7 @@ export function EmailViewer({ .meta { font-size: 13px; color: #555; line-height: 1.6; } .meta strong { color: #000; } .body { font-size: 14px; line-height: 1.6; } - .body img { max-width: 100%; } + .body img { max-width: 100% !important; height: auto !important; } @media print { body { margin: 20px; } }