File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
input/test/stacked-labels Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 16
16
< ion-item >
17
17
< ion-label stacked > Label 2</ ion-label >
18
18
< ion-input value ="Text 2 "> </ ion-input >
19
+ < button item-right clear > < ion-icon name ="heart "> </ ion-icon > </ button >
19
20
</ ion-item >
20
21
21
22
< ion-item >
Original file line number Diff line number Diff line change @@ -34,17 +34,17 @@ ion-label[fixed] {
34
34
max-width : 200px ;
35
35
}
36
36
37
- .item-label-stacked ,
38
- .item-label-floating {
39
- flex-direction : column ;
40
- align-items : flex-start ;
37
+ .item-label-stacked .item-inner ,
38
+ .item-label-floating .item-inner {
39
+ flex-wrap : wrap ;
41
40
}
42
41
43
42
ion-label [stacked ],
44
43
ion-label [floating ] {
45
44
align-self : stretch ;
46
45
margin-bottom : 0 ;
47
46
max-width : 100% ;
47
+ flex-basis : 100% ;
48
48
}
49
49
50
50
ion-label [stacked ],
You can’t perform that action at this time.
0 commit comments