Home › Forums › CSS › Seemingly trivial: right-aligned text… › Re: Seemingly trivial: right-aligned text…
March 8, 2012 at 5:27 pm
#98526
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.