html - Text overflow ellipsis on two lines - Stack Overflow

PHOTO EMBED

Thu Apr 28 2022 14:50:59 GMT+0000 (Coordinated Universal Time)

Saved by @magtod #html

display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
content_copyCOPY

https://stackoverflow.com/questions/15909489/text-overflow-ellipsis-on-two-lines