Skip to main content

word-break in Proton Mail

SupportedProton · webmail

Support Details

Wrap long text in a <table><td> to force wrapping in clients that don't support word-break.

Before

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

After

<!-- Table cells force text wrapping in all clients including Outlook -->
<table role="presentation" width="100%" cellpadding="0"
  cellspacing="0" border="0">
  <tr>
    <td style="word-break: break-all; overflow-wrap: break-word;
               word-wrap: break-word;">
      https://example.com/very/long/url?token=abc123def456
    </td>
  </tr>
</table>

Wrap long text in a table cell to force line breaks without word-break

word-break is fully supported in Proton Mail. No workarounds needed.

Other Clients

ClientSupport
GmailSupported
Gmail AndroidPartial
Gmail iOSPartial
Outlook 365Partial
Outlook (New)Supported
Outlook ClassicUnsupported
Outlook iOSPartial
Outlook AndroidPartial
Outlook for MacPartial
Apple MailPartial
Apple Mail iOSPartial
Yahoo MailUnsupported
Yahoo Mail AndroidUnsupported
Yahoo Mail iOSUnsupported
Samsung MailPartial
ThunderbirdSupported
HEY MailPartial
AOL MailUnsupported
FastmailSupported
SuperhumanSupported

Related Features

Test your email across all 21 clients

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

Try Emailens Free