Skip to main content
CSS Properties

min-width

CSS property · 13 supported, 0 partial, 2 unsupported across 15 clients

Client Support

ClientCategoryEngineSupport
GmailwebmailGmail WebSupported
Gmail AndroidmobileGmail MobileSupported
Gmail iOSmobileGmail MobileSupported
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooSupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkSupported

Client-by-client behaviour for min-width

Fully supports min-width (13): Gmail, Gmail Android, Gmail iOS, Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Yahoo Mail, Samsung Mail, Thunderbird, HEY Mail, Superhuman.

No support (2): Outlook (New), Outlook Classic. Plan fallbacks for these clients before relying on min-width in production sends.

Fixes & Workarounds

Outlook (New)

Unsupported

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

Outlook Classic

Unsupported

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

Production guidance for min-width

min-width is a CSS property. Across the email client matrix, 13 of 15 tracked clients support it fully, 0 only partially, and 2 not at all. The clients most likely to require a workaround for this feature are Outlook (New), Outlook Classic. 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 min-width 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 15 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.