You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Outlook for iOS is causing my receipt table to stagger.
Expected Behaviour
Steps to reproduce it
Open the example template in Outlook for iOS
Notes
This only happens when the line item content is wrapped in a div. Moving the center style to the td and removing the div fixes this issue and appears to still render correctly according to Litmus.
Actual Behaviour
Outlook for iOS is causing my receipt table to stagger.
Expected Behaviour
Steps to reproduce it
Open the example template in Outlook for iOS
Notes
This only happens when the line item content is wrapped in a
div
. Moving the center style to thetd
and removing thediv
fixes this issue and appears to still render correctly according to Litmus.https://github.com/sendgrid/email-templates/blob/master/dynamic-templates/receipt/receipt.html#L183
It appears that Outlook for iOS runs javascript (outlook-ios.js) that tries to find "out of bound elements" and scale them with explicit widths.
The text was updated successfully, but these errors were encountered: