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
Hi @antoninbeaufort thanks for reporting this,
There is a default value of word-break: break-word already added inline by mjml on this element.
After examination it turns out that the lib we use for inlining css doesn't replace the existing value.
We'll fix that, for now as a workaround, if you add word-break: break-all !important; in your inline mj-style, you'll get the result you want (it won't preserve the 'important' tag)
Describe the bug
MJML replace css break-all by break-word, which don't work on Windows 10 Mail and Outlook,
how to force break-all on ms ?
To Reproduce
Steps to reproduce the behavior:
<mj-style inline="inline"> .break { -ms-word-break: break-all; } </mj-style>
and
class="break"
on very long linkExpected behavior
The link should not be outside of 600px section.
MJML environment (please complete the following information):
Email sending environment(for rendering issues):
Affected email clients (for rendering issues):
Screenshots
The text was updated successfully, but these errors were encountered: