wbr (word break opportunity) element
Represents an extra place where a line of text may optionally be broken.
CSS3 word-break
Property to prevent or allow words to be broken over multiple lines between letters.
CSS3 Overflow-wrap
Allows lines to be broken within words if an otherwise unbreakable string is too long to fit. Currently mostly supported using the `word-wrap` property.
css property: overflow-wrap: break-word
css property: word-break: auto-phrase
css property: word-break: break-all
css property: word-break: break-word
css property: word-break: keep-all
css property: word-break: normal
9 results found.