Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Seemingly trivial: right-aligned text… Re: Seemingly trivial: right-aligned text…

#98526
Paulie_D
Member

You can truncate the text with

text-oveflow: ellipsis;

but you’d have to swap the direction with

direction:rtl;

BUT this won’t work properly with those numbers at the front of your text string.