Keep list item from cutting off text

I noticed when an ionic list item is too long it will auto cutoff the text and add “…” In most cases this is great, however I now want to allow the text be visible and just adjust the height of the item bounding box to view all the text inside. Is there a quick way to do this?

1 Like

Just found the answer for anyone also interested. Add “item-text-wrap” to your item and it does just that.

Found the answer here btw https://github.com/driftyco/ionic/issues/500

1 Like