White Space

Utilities for controlling how whitespace and line breaks are handled.

Class CSS Output
whitespace-nowrap
white-space: nowrap;
whitespace-break-spaces
white-space: break-spaces;
whitespace-pre-line
white-space: pre-line;
whitespace-normal
white-space: normal;
whitespace-pre
white-space: pre;
whitespace-pre-wrap
white-space: pre-wrap;