/ Published in: CSS
Truncate the multiline text. Webkit Property.
Expand |
Embed | Plain Text
.Ellipsis { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 12; /* number of lines to show */ -webkit-box-orient: vertical; }
You need to login to post a comment.
