File tree 5 files changed +17
-17
lines changed
static/usage/v7/label/item
5 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 5
5
6
6
<ion-item >
7
7
<ion-label >
8
- Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
8
+ Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
9
9
adipiscing elit.
10
10
</ion-label >
11
11
</ion-item >
12
12
13
13
<ion-item >
14
- <ion-label class =" ion-text-wrap " >
15
- Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
14
+ <ion-label class =" ion-text-nowrap " >
15
+ Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
16
16
adipiscing elit.
17
17
</ion-label >
18
18
</ion-item >
Original file line number Diff line number Diff line change 26
26
27
27
< ion-item >
28
28
< ion-label >
29
- Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
29
+ Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet,
30
30
consectetur adipiscing elit.
31
31
</ ion-label >
32
32
</ ion-item >
33
33
34
34
< ion-item >
35
- < ion-label class ="ion-text-wrap ">
36
- Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet,
35
+ < ion-label class ="ion-text-nowrap ">
36
+ Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
37
37
consectetur adipiscing elit.
38
38
</ ion-label >
39
39
</ ion-item >
Original file line number Diff line number Diff line change 5
5
6
6
<ion-item >
7
7
<ion-label >
8
- Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
8
+ Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
9
9
adipiscing elit.
10
10
</ion-label >
11
11
</ion-item >
12
12
13
13
<ion-item >
14
- <ion-label class =" ion-text-wrap " >
15
- Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
14
+ <ion-label class =" ion-text-nowrap " >
15
+ Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
16
16
adipiscing elit.
17
17
</ion-label >
18
18
</ion-item >
Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ function Example() {
11
11
12
12
<IonItem >
13
13
<IonLabel >
14
- Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
14
+ Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet,
15
15
consectetur adipiscing elit.
16
16
</IonLabel >
17
17
</IonItem >
18
18
19
19
<IonItem >
20
- <IonLabel class = " ion-text-wrap " >
21
- Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet,
20
+ <IonLabel class = " ion-text-nowrap " >
21
+ Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
22
22
consectetur adipiscing elit.
23
23
</IonLabel >
24
24
</IonItem >
Original file line number Diff line number Diff line change 6
6
7
7
<ion-item >
8
8
<ion-label >
9
- Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
10
- consectetur adipiscing elit.
9
+ Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
10
+ adipiscing elit.
11
11
</ion-label >
12
12
</ion-item >
13
13
14
14
<ion-item >
15
- <ion-label class =" ion-text-wrap " >
16
- Multi-line text that should wrap when it is too long to fit on one line. Lorem ipsum dolor sit amet, consectetur
17
- adipiscing elit.
15
+ <ion-label class =" ion-text-nowrap " >
16
+ Multi-line text that should ellipsis when it is too long to fit on one line. Lorem ipsum dolor sit amet,
17
+ consectetur adipiscing elit.
18
18
</ion-label >
19
19
</ion-item >
20
20
You can’t perform that action at this time.
0 commit comments