diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index dd59209ee..b2d8bf9b3 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -2201,7 +2201,7 @@ export function EmailViewer({ pre { white-space: pre-wrap; word-wrap: break-word; } ${wordHtmlCSS} ${darkModeCSS} -${effectiveEmailContent.html}`; +${effectiveEmailContent.html}`; }, [effectiveEmailContent.html, effectiveEmailContent.isHtml, effectiveEmailContent.hasStyleTag, effectiveEmailContent.externalBlocked, isDark, emailHasNativeDarkMode, messageSpacing]); // Unblocking external content is handled by rebuilding the iframe srcDoc: @@ -2551,7 +2551,7 @@ export function EmailViewer({ .body { font-size: 14px; line-height: 1.6; } .body img { max-width: 100% !important; height: auto !important; } @media print { body { margin: 20px; } } - +
${escapeHtml(subjectText)}
@@ -4858,6 +4858,7 @@ export function EmailViewer({ ) : (