wordBreak

abstract var wordBreak: WordBreak?(source)

The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.

Syntax: normal | break-all | keep-all | break-word

Initial value: normal

| Chrome | Firefox | Safari |  Edge  |   IE    |
| :----: | :-----: | :----: | :----: | :-----: |
|   1    |   15    |   3    |   12   |   5.5   |

See also