Skip to main content

overflow-wrap in Outlook for Mac

SupportedWebKit · desktop

Support Details

Wrap text in a <table><td> to force wrapping. overflow-wrap is ignored by Outlook and unreliable in Yahoo.

Before

<p style="overflow-wrap: break-word;">
  https://example.com/very/long/url?token=abc123def456
</p>

After

<table role="presentation" width="100%" cellpadding="0"
  cellspacing="0" border="0">
  <tr>
    <td style="overflow-wrap: break-word; word-wrap: break-word;
               word-break: break-all;">
      https://example.com/very/long/url?token=abc123def456
    </td>
  </tr>
</table>

Use a table cell to force word wrapping without overflow-wrap

overflow-wrap is fully supported in Outlook for Mac. No workarounds needed.

Other Clients

ClientSupport
GmailUnsupported
Gmail AndroidUnsupported
Gmail iOSUnsupported
Outlook 365Unsupported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSUnsupported
Outlook AndroidUnsupported
Apple MailPartial
Apple Mail iOSPartial
Yahoo MailUnsupported
Yahoo Mail AndroidUnsupported
Yahoo Mail iOSUnsupported
Samsung MailSupported
ThunderbirdUnknown
HEY MailUnknown
Proton MailSupported
AOL MailUnsupported
FastmailUnknown
SuperhumanSupported

Related Features

Test your email across all 21 clients

Preview rendering, catch CSS issues, and get actionable fixes. Free.

Try Emailens Free