Open king-lxt opened 5 years ago
display: -webkit-box; is not supported
Follow up on this
Use it:
.block-with-text {
overflow: hidden;
line-height: 1.2em; /* use this value for height */
max-height: 3.6em; /* max-height = line-height (1.2) * number of lines (3) */
text-align: justify;
}
Use it:
.block-with-text { overflow: hidden; line-height: 1.2em; /* use this value for height */ max-height: 3.6em; /* max-height = line-height (1.2) * number of lines (3) */ text-align: justify; }
it's work, thanks!
A multiline omitted element that is blank when saving an image with html2canvas. My multi-line ellipsis says this;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;