1/* Schlüsselwortwerte */
2word-break: normal;
3word-break: break-all;
4word-break: keep-all;
5
6/* Globale Werte */
7word-break: inherit;
8word-break: initial;
9word-break: unset;
10
1As long as you specify a width on the element, it should wrap itself without needing anything else.