Source: https://joshhall.co/how-to-stop-words-from-breaking-on-mobile-in-divi
To ensures that the word doesn’t break and let it flow outside the container. Note that the right margin will look smaller and the word might flow of the screen.
h1, h2, h3, h4, h5, h6 {
overflow-wrap: normal;
}Code language: CSS (css)