Sliding icon next to dynamic text with ellipsis
问题 I have a list of items and to the end of some items I want to add an icon (or several of them - it's dynamic). Items' container has a fixed width and if item's text size is too big - I'd like to add ellipsis. So the problem is that icon is added next to text and if text is long - the icon moves off the container. The template for all items has to be the same. Note: not all items have icons and some icons may have more than one icon. Note2: javascript solution is not applicable, want to make