Text-Wrap not working

<ion-row>
<ion-item no-lines>
      <ion-col item-left width-20>Full Name</ion-col><ion-col item-right width-80 text-wrap>Mohan Das karamchand Gandi</ion-col>
      
</ion-item>
</ion-row> 

Here the text-wrap is not working.
even when i am using text-wrap in ion-item tag it’s still not working
please help me out of this.

1 Like

did you ever find a solution?

Yes. :slight_smile:

<ion-item text-wrap>
add your text here  it will wrap it 
</ion-item>
3 Likes