Skip to main content

Text Wrap

Utilities for controlling how text wraps within an element.

CSS Property:text-wrap
Classes:4

Text Wrap Classes

ClassCSS
text-wraptext-wrap: wrap;
text-nowraptext-wrap: nowrap;
text-balancetext-wrap: balance;
text-prettytext-wrap: pretty;

Arbitrary Values

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

[text-wrap:value]

Responsive Variants

Apply text wrap utilities at specific breakpoints using responsive prefixes.

BreakpointPrefixExample
640px+sm:sm:text-wrap
768px+md:md:text-wrap
1024px+lg:lg:text-wrap
1280px+xl:xl:text-wrap
1536px+2xl:2xl:text-wrap