Skip to content

White Space

Text
The white-space property specifies how the white-space inside an element is handled.
Class Properties
wpex-whitespace-normal
white-space: normal;
wpex-whitespace-nowrap
white-space: nowrap;
wpex-whitespace-pre
white-space: pre;
wpex-whitespace-pre-line
white-space: pre-line;
wpex-whitespace-pre-wrap
white-space: pre-wrap;