docs(css): replace text-wrap directive with class (#19144)

This commit is contained in:
Matthew Harris
2019-08-27 02:27:00 +07:00
committed by Brandy Carney
parent c7b6c7d563
commit d4db3af881
11 changed files with 24 additions and 24 deletions

View File

@ -27,7 +27,7 @@ Label is a wrapper element that can be used in combination with `ion-item`, `ion
</ion-item>
<ion-item>
<ion-label text-wrap>
<ion-label class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</ion-label>
@ -90,7 +90,7 @@ export const LabelExample: React.FC = () => (
</IonItem>
<IonItem>
<IonLabel text-wrap>
<IonLabel class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</IonLabel>
@ -151,7 +151,7 @@ export const LabelExample: React.FC = () => (
</ion-item>
<ion-item>
<ion-label text-wrap>
<ion-label class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</ion-label>

View File

@ -15,7 +15,7 @@
</ion-item>
<ion-item>
<ion-label text-wrap>
<ion-label class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</ion-label>

View File

@ -15,7 +15,7 @@
</ion-item>
<ion-item>
<ion-label text-wrap>
<ion-label class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</ion-label>

View File

@ -20,7 +20,7 @@ export const LabelExample: React.FC = () => (
</IonItem>
<IonItem>
<IonLabel text-wrap>
<IonLabel class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</IonLabel>

View File

@ -16,7 +16,7 @@
</ion-item>
<ion-item>
<ion-label text-wrap>
<ion-label class="ion-text-wrap">
Multi-line text that should wrap when it is too long
to fit on one line in the item.
</ion-label>