Open andymatuschak opened 3 years ago
This one's tricky. We have to enable clipping on the element to limit the text length to a certain number of lines, truncated by an ellipse. We'll have to do the measuring and truncation in JS instead.
This one's tricky. We have to enable clipping on the element to limit the text length to a certain number of lines, truncated by an ellipse. We'll have to do the measuring and truncation in JS instead.