Text Wrap

Utilities for controlling how text wraps within an element.

Class CSS Output
text-wrap
text-wrap: wrap;
}
text-balance
text-wrap: balance;
}
text-pretty
text-wrap: pretty;
}
text-nowrap
text-wrap: nowrap;
}

text-wrap

text-wrap: wrap;

text-balance

text-wrap: balance;

text-pretty

text-wrap: pretty;

text-nowrap

text-wrap: nowrap;

Reference

text-wrap MDN ↗

CSS Properties

  • text-wrap