CSS property: word-wrap
Description
Specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box
This property specifies whether the UA may break within a word to prevent overflow when an otherwise-unbreakable string is too long to fit within the line box. It only has an effect when text-wrap is either normal
or suppress
.
Syntax
word-wrap: normal | break-word;