rviscomi/trunk8

Add support for truncating text spanning multiple span

mingfang opened this issue · 2 comments

A typical use case is to have two spans like this
article titlearticle teaser

Tile and Teaser may have different styles, e.g. Title is likely bold
I need to truncate based on the length on both the title and the teaser, truncating teaser first.

Wondering if this has been worked on yet
Thanks