@@ -131,14 +131,14 @@ List Items
131131 </ion-item >
132132
133133 <ion-item >
134- <ion-label text-wrap >
134+ <ion-label class = " ion- text-wrap" >
135135 Multiline text that should wrap when it is too long
136136 to fit on one line in the item.
137137 </ion-label >
138138 </ion-item >
139139
140140 <ion-item >
141- <ion-label text-wrap >
141+ <ion-label class = " ion- text-wrap" >
142142 <ion-text color =" primary" >
143143 <h3 >H3 Primary Title</h3 >
144144 </ion-text >
@@ -455,14 +455,14 @@ List Items
455455 </ion-item >
456456
457457 <ion-item >
458- <ion-label text-wrap >
458+ <ion-label class = " ion- text-wrap" >
459459 Multiline text that should wrap when it is too long
460460 to fit on one line in the item.
461461 </ion-label >
462462 </ion-item >
463463
464464 <ion-item >
465- <ion-label text-wrap >
465+ <ion-label class = " ion- text-wrap" >
466466 <ion-text color =" primary" >
467467 <h3 >H3 Primary Title</h3 >
468468 </ion-text >
@@ -778,14 +778,14 @@ const Example: React.FC<{}> = () => (
778778 </IonItem >
779779
780780 <IonItem >
781- <IonLabel text-wrap >
781+ <IonLabel class = " ion- text-wrap" >
782782 Multiline text that should wrap when it is too long
783783 to fit on one line in the item.
784784 </IonLabel >
785785 </IonItem >
786786
787787 <IonItem >
788- <IonLabel text-wrap >
788+ <IonLabel class = " ion- text-wrap" >
789789 <IonText color = " primary" >
790790 <h3 >H3 Primary Title</h3 >
791791 </IonText >
@@ -1098,14 +1098,14 @@ List Items
10981098 </ion-item >
10991099
11001100 <ion-item >
1101- <ion-label text-wrap >
1101+ <ion-label class = " ion- text-wrap" >
11021102 Multiline text that should wrap when it is too long
11031103 to fit on one line in the item.
11041104 </ion-label >
11051105 </ion-item >
11061106
11071107 <ion-item >
1108- <ion-label text-wrap >
1108+ <ion-label class = " ion- text-wrap" >
11091109 <ion-text color =" primary" >
11101110 <h3 >H3 Primary Title</h3 >
11111111 </ion-text >
0 commit comments