Overflow Wrap
Overflow
The overflow-wrap CSS property applies to inline elements, setting whether the browser should insert line breaks within an otherwise unbreakable string to prevent text from overflowing its line box.
Option
normal
Preview
Most words are short & do not need to break. But Antidisestablishmentarianism is long. The width is set to min-content, with a max-width of 11em.
Code
overflow-wrap: normal;