andymatuschak / orbit

Experimental spaced repetition platform for exploring ideas in memory augmentation and programmable attention
https://withorbit.com
Other
1.71k stars 54 forks source link

Provenance text descenders are clipped #171

Open andymatuschak opened 3 years ago

andymatuschak commented 3 years ago
Screen Shot 2021-01-07 at 9 56 23 AM

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.