0
The code produces a line that is 3 pixels wide and cannot extend more than 3 pixels below the baselines or 3 pixels to the right of the baselines.
0 Comments
.line-clamp { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }