Html - Limit text by number of lines in CSS, 1 Answer. Sorted by: 10. You could try this: .yourBox { overflow: hidden; text-overflow: ellipsis; line-height: X; max-height: X*N } @media (-webkit-min-device-pixel-ratio: 0) { .yourBox { display: -webkit-box; -webkit-line-cla...