textWrap

abstract var textWrap: TextWrap?(source)

The text-wrap CSS property controls how text inside an element is wrapped. The different values provide:

Syntax: wrap | nowrap | balance | stable | pretty

Initial value: wrap

| Chrome  | Firefox | Safari | Edge | IE  |
| :-----: | :-----: | :----: | :--: | :-: |
|   114   |   121   |   No   | n/a  | No  |

See also