Line break in ion-item

Hello,

İ have sometimes very long texts in ion-item and want that is automatically line break when not enough space is available.

You have to put text-wrap inside the ion-item
like this

<ion-item text-wrap>
</ ion-item>

I hope your problem will be fixed
Thank you/

2 Likes