February 25, 2025
It is now possible to prevent very long words from breaking to the next line when the text container width becomes too small. Normally, when a very long word is longer than its container, the long word will break to the next line. In some cases you might want to prevent that single word from breaking.
You can now prevent the word from breaking by selecting that word in the text editor, and then setting the new 'white-space' text styling setting to the 'nowrap' value:
This will prevent the selected text from wrapping to the next line when text overflow occurs. Please be careful when using this functionality however, since it can also break your layout if not used correctly.
Outlook email clients on Windows devices won't support this new setting, because they don't support the 'white-space' CSS setting. Therefore, we recommend to only use this setting in mobile mode when you want to prevent a long word from wrapping to the next line because the container width becomes smaller when shown on mobile devices.