Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to make an ion-label word wrap

// 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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #word #wrap
ADD COMMENT
Topic
Name
4+7 =