Avatar list with toggle buttons issue

Hi,

I am new to ionic framework, so please bear with me. I am trying to create a avatar list with toggle buttons. It seems to work fine, except for a small problem. I keep getting an unwanted margin and subtext is not getting displayed fully. Can i get any suggestions regarding this issue.

Heres the link to codepen - http://codepen.io/anon/pen/saqLp

I need to look like - http://imgur.com/T68Nxza

Thanks

As far as subtext is not getting displayed fully means overflow, text-overflow and white-space, then you could change the same for item class on line 3737 in ionic.css

And I cant understand your margin problem.

Your codepen had some issue, mainly you didnt initiate angular…

But try these styles out.

Thanks for the help. This helps me out.