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; } }