min-width in Apple Mail
SupportedWebKit · desktop
Support Details
Outlook ignores min-width. Use a fixed width attribute on <td> or <table>.
Before
<td style="min-width: 200px;">Content</td>After
<!-- Outlook ignores min-width. Use a fixed width or a spacer. -->
<td width="200" style="width: 200px;">Content</td>Use a fixed width instead of min-width for Outlook compatibility
min-width is fully supported in Apple Mail. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Supported |
| Gmail iOS | Supported |
| Outlook 365 | Supported |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free