DEV Community

John Peters
John Peters

Posted on

My CSS text won't show ellipsis

Try adding the magic three: white-space, overflow and text-overflow first. Note that a width must be specified. Use a percentage to get dynamic ellipses as the screen shrinks against uneven text lengths.

Alt Text

Finally, don't forget a :block or :inline-block display value.

Alt Text

Top comments (0)