please see this example http://jsfiddle.net/7trcV/
what I’m trying to achieve is ability to put an arbitrary icon to the right of the text in a way that text width is limited. In the example I posted the problem with the second (short text) is – the icon is displayed detached from the text.
Any help is appreciated!
How’s this? http://jsfiddle.net/7trcV/5/
I gave the
.contenta right padding and set the icon as it’s background.Ok, try this http://jsfiddle.net/7trcV/6/ it should have sorted out your underline issues. I’m not addressing the clickable icon because that’s a completely different requirement from your original question.