Word Break

Specify how line breaks occur within words.

Controls

Word Break

Live Preview

The quick brown fox jumps over the lazy dog. Typography is the art of beautiful text.

Generated Code

.element {
  word-break: break-all;
}