Item-avatar like image show

I want to take the round clip style of item-avatar img and combine it withing the item-body part.
My problem is that long text in item-avatar get truncated.
Any ideas?
Thanks,
EL

You can override the text style in item-avatar so that it doesn’t truncate the text. You need to override text-overflow: ellipsis; I’d suggest adding a class to your item-avatar element so that you don’t need to change core CSS.