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
After a bit more research, looks like the .ReadMsgBody selector in the reset styles also relate to older Outlook.com versions and no longer apply. So this can be safely removed as well:
.ReadMsgBody {
width: 100%;
}
(See also this thread for a discussion on these selectors.)
In the HTML code generated by MJML, the first
<style>
tag contains the following rules :This was useful for Outlook.com up to circa 2016. The new versions of Outlook.com since 2016 no longer use the
.ExternalClass
prefix.These styles should be safely removed from the generated HTML.
The text was updated successfully, but these errors were encountered: