Module word_break

Source
Expand description

Utilities for controlling word breaks in an element.

Class Properties
break-normaloverflow-wrap: normal;
word-break: normal;
break-wordsoverflow-wrap: break-word;
break-allword-break: break-all;

Tailwind reference

OSZAR »