overflow-wrap in Samsung Mail
SupportedSamsung · mobile
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 Samsung Mail. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Unsupported |
| Gmail Android | Unsupported |
| Gmail iOS | Unsupported |
| Outlook 365 | Unsupported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Unsupported |
| Outlook Android | Unsupported |
| Apple Mail | Partial |
| Apple Mail iOS | Partial |
| Yahoo Mail | Unsupported |
| Thunderbird | Unknown |
| HEY Mail | Unknown |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free