// Add "text-wrap" attribute in Ionic 2 //Ionic 1 <ion-item class="item-text-wrap"> some long string </ion-item> //Ionic 2 <ion-item text-wrap> some long string </ion-item>