Closed timokoessler closed 3 months ago
Hi @timokoessler, appreciate the suggestion. Just as a heads up, we've held off on this since word-break
isn't properly supported across email clients.
In many clients, word-break: break-word
applies word-break: break-all
which is much less ideal since it breaks in the middle of a word. Example:
So at the moment, this is not something we will fix since lean toward wide client support that degrades well. However, in the future we hope to add the ability to set custom CSS rules from the editor so folks can override if it makes sense for their audience.
It would be nice if it were possible to set the css word-break property, e.g. to force wrapping of long inline URLs.