Skip to main content

Word Break

Utilities for controlling word breaks in an element.

CSS Property:word-break, overflow-wrap
Classes:4

Word Break Classes

ClassCSS
break-normaloverflow-wrap: normal; word-break: normal;
break-wordsoverflow-wrap: break-word;
break-allword-break: break-all;
break-keepword-break: keep-all;

Arbitrary Values

You can use arbitrary values with square bracket notation when you need a specific value not included in the default scale.

[word-break:value]

Responsive Variants

Apply word break utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:break-normal
768px+md:md:break-normal
1024px+lg:lg:break-normal
1280px+xl:xl:break-normal
1536px+2xl:2xl:break-normal