File tree 2 files changed +25
-4
lines changed
2 files changed +25
-4
lines changed Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ a.item-content {
202
202
}
203
203
204
204
.item-text-wrap .item ,
205
+ .item-text-wrap .item-content ,
205
206
.item-text-wrap ,
206
207
.item-text-wrap h1 ,
207
208
.item-text-wrap h2 ,
@@ -218,7 +219,7 @@ a.item-content {
218
219
.item-body h5 ,
219
220
.item-body h6 ,
220
221
.item-body p {
221
- overflow : hidden ;
222
+ overflow : visible ;
222
223
white-space : normal ;
223
224
}
224
225
.item-complex.item-text-wrap ,
@@ -229,8 +230,8 @@ a.item-content {
229
230
.item-complex.item-text-wrap h5 ,
230
231
.item-complex.item-text-wrap h6 ,
231
232
.item-complex.item-text-wrap p {
232
- overflow : hidden ;
233
- white-space : nowrap ;
233
+ overflow : visible ;
234
+ white-space : normal ;
234
235
}
235
236
236
237
Original file line number Diff line number Diff line change 15
15
< h1 class ="title "> Cards</ h1 >
16
16
</ header >
17
17
18
- < ion-content has-header =" true " class ="ionic-pseudo ">
18
+ < ion-content class ="has-header ">
19
19
20
20
< div class ="card ">
21
21
< div class ="item item-text-wrap ">
@@ -33,6 +33,26 @@ <h1 class="title">Cards</h1>
33
33
</ div >
34
34
</ div >
35
35
36
+ < div class ="card ">
37
+ < div class ="item item-complex item-text-wrap ">
38
+ < div class ="item-content ">
39
+ This is a basic Card with some wrapping text.
40
+ This is a basic Card with some wrapping text.
41
+ This is a basic Card with some wrapping text.
42
+ </ div >
43
+ </ div >
44
+ </ div >
45
+
46
+ < div class ="card item-text-wrap ">
47
+ < div class ="item item-complex ">
48
+ < div class ="item-content ">
49
+ This is a basic Card with some wrapping text.
50
+ This is a basic Card with some wrapping text.
51
+ This is a basic Card with some wrapping text.
52
+ </ div >
53
+ </ div >
54
+ </ div >
55
+
36
56
< div class ="card ">
37
57
< div class ="item item-divider ">
38
58
I'm a Header in a Card!
You can’t perform that action at this time.
0 commit comments