15 October 2015 14:00
CSS - A pure CSS solution for multiline text truncation | HackingUI
(via)I found that we can truncate text using two carefully placed CSS pseudo elements.
___Benefits
_1. Pure CSS
_2. Responsive
_3. No need to recalculate on resize or font’s load event
_4. Cross browser
1
(1 marks)