wordWrap

abstract var wordWrap: WordWrap?(source)

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.

Syntax: normal | break-word

Initial value: normal

| Chrome  | Firefox |  Safari   |  Edge   | IE  |
| :-----: | :-----: | :-------: | :-----: | :-: |
|   ≤80   |   ≤72   |   ≤13.1   |   ≤80   | No  |