Skip to main content

max-height in Superhuman

SupportedBlink · desktop

Support Details

Outlook ignores max-height. Truncate content server-side or use a fixed height.

Before

<div style="max-height: 200px; overflow: hidden;">
  Long content...
</div>

After

<!-- Outlook ignores max-height. Truncate content server-side. -->
<div style="height: 200px;">
  Shortened content...
  <a href="https://example.com/full">Read more</a>
</div>

Outlook ignores max-height — truncate content server-side

max-height is fully supported in Superhuman. No workarounds needed.

Other Clients

ClientSupport
GmailSupported
Gmail AndroidSupported
Gmail iOSSupported
Outlook 365Supported
Outlook (New)Unsupported
Outlook ClassicUnsupported
Outlook iOSSupported
Outlook AndroidSupported
Apple MailSupported
Apple Mail iOSSupported
Yahoo MailSupported
Samsung MailSupported
ThunderbirdSupported
HEY MailSupported

Related Features

Test your email across all 15 clients

Preview rendering, catch CSS issues, and get actionable fixes — free.

Try Emailens Free