Skip to content

Word Break

Text
Utilities for controlling how words should break within an element.
Class Properties
wpex-break-normal
word-break: normal;
overflow-wrap: normal
wpex-break-words
overflow-wrap: break-word;
wpex-break-all
word-break: break-all;
wpex-truncate
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap