Skip to main content

Whitespace

Utilities for controlling an element's white-space property.

CSS Property:white-space
Classes:6

Whitespace Classes

ClassCSS
whitespace-normalwhite-space: normal;
whitespace-nowrapwhite-space: nowrap;
whitespace-prewhite-space: pre;
whitespace-pre-linewhite-space: pre-line;
whitespace-pre-wrapwhite-space: pre-wrap;
whitespace-break-spaceswhite-space: break-spaces;

Arbitrary Values

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

[white-space:value]

Responsive Variants

Apply whitespace utilities at specific breakpoints using responsive prefixes.

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