Loading tool...
Loading tool...
Show ellipsis (...) when text is truncated
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;
-webkit-line-clamp limits text to specified lines-webkit-box-orient: vertical sets vertical layoutoverflow: hidden hides excess content