Skip to content

Text Overflow

Below, utility classes to apply overflow, text-overflow, and white-space properties.

ClassProperties
.text-overflowoverflow: hidden; text-overflow: ellipsis; white-space: nowrap;

Example(s)

Lorem ipsum dolor sit amet...
html
<p class="w-16 text-overflow">Lorem ipsum dolor sit amet...</p>

Released under the Beerware 🍺 License.