diff --git a/components/email/email-viewer.tsx b/components/email/email-viewer.tsx index bbdc0a76..dca760a0 100644 --- a/components/email/email-viewer.tsx +++ b/components/email/email-viewer.tsx @@ -2194,9 +2194,10 @@ export function EmailViewer({ word's min-content width so columns are not collapsed to a single char. */ td, th { overflow-wrap: break-word; } pre { white-space: pre-wrap; word-wrap: break-word; } + [dir="auto"] { unicode-bidi: plaintext; } ${wordHtmlCSS} ${darkModeCSS} -
${effectiveEmailContent.html}