White Space

Utilities for controlling how whitespace and line breaks are handled.

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

whitespace-pre-line

white-space: pre-line;

whitespace-nowrap

white-space: nowrap;

whitespace-normal

white-space: normal;

whitespace-pre-wrap

white-space: pre-wrap;

whitespace-break-spaces

white-space: break-spaces;

whitespace-pre

white-space: pre;

Reference

white-space MDN ↗

CSS Properties

  • white-space