Snippets tagged “line-clamp”
1 snippet uses this tag.
- How to Truncate Multi-Line String with Pure CSSCSS
It's a common problem to truncate a multi-line string. In this snippet, we'll show how to do it with CSS properties. You can also use CSS pseudo-elements.