Skip to main content
CSS Properties

overflow-wrap

CSS property · 4 supported, 2 partial, 12 unsupported across 21 clients

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebUnsupported
Gmail AndroidmobileGmail MobileUnsupported
Gmail iOSmobileGmail MobileUnsupported
Outlook 365webmailOutlook WebUnsupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileUnsupported
Outlook AndroidmobileOutlook MobileUnsupported
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitPartial
Apple Mail iOSmobileWebKitPartial
Yahoo MailwebmailYahooUnsupported
Yahoo Mail AndroidmobileYahooUnsupported
Yahoo Mail iOSmobileYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoUnknown
HEY MailwebmailWebKitUnknown
Proton MailwebmailProtonSupported
AOL MailwebmailAOLUnsupported
FastmailwebmailFastmailUnknown
SuperhumandesktopBlinkSupported

Client-by-client behaviour for overflow-wrap

Fully supports overflow-wrap (4): Outlook for Mac, Samsung Mail, Proton Mail, Superhuman.

Partial support (2): Apple Mail, Apple Mail iOS. Expect rendering quirks unique to each engine. Partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.

No support (12): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook (New), Outlook Classic, Outlook iOS, Outlook Android, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, AOL Mail. Plan fallbacks for these clients before relying on overflow-wrap in production sends.

Behaviour unverified in: Thunderbird, HEY Mail, Fastmail.

Fixes & Workarounds

Gmail

Unsupported

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

Gmail Android

Unsupported

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

Gmail iOS

Unsupported

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

Outlook 365

Unsupported

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

Outlook (New)

Unsupported

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

Outlook Classic

Unsupported

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

Outlook iOS

Unsupported

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

Outlook Android

Unsupported

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

Yahoo Mail

Unsupported

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

Yahoo Mail Android

Unsupported

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

Yahoo Mail iOS

Unsupported

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

AOL Mail

Unsupported

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

Apple Mail

Partial

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

Apple Mail iOS

Partial

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

Production guidance for overflow-wrap

overflow-wrap is a CSS property. Across the email client matrix, 4 of 15 tracked clients support it fully, 2 only partially, and 12 not at all. The clients most likely to require a workaround for this feature are Gmail, Gmail Android, Gmail iOS. Each of them needs a tailored fallback. See the per-client examples above for the specific code fix Emailens recommends.

When in doubt, ship a baseline that renders without overflow-wrap and treat it as progressive enhancement on clients where support is verified. Emailens automatically detects cross-client divergence on this feature when you preview an email, so you can see exactly which template paths break before a campaign goes out.

Related Features

Test your email across all 21 clients

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

Try Emailens Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.