Overflow Wrap

Control how long words are handled at line boundaries.

Controls

Overflow Wrap

Live Preview

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

Generated Code

.element {
  overflow-wrap: break-word;
}