[Vuejs]-Vuetify Card Text Overflow – Multiline text ellipsis

4👍

You can use -webkit-line-clamp, which allows limiting of the contents of a block container to the specified number of lines.

MDN
CodePen for same. In this lorem ipsum text is truncated to 3 lines.

Leave a comment