File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
input/test/stacked-labels Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change 35
35
< ion-input value ="http://url5.com/ " type ="url "> </ ion-input >
36
36
</ ion-item >
37
37
38
+ < ion-item >
39
+ < ion-label stacked > Stacked Label</ ion-label >
40
+ < ion-label > Double Label</ ion-label >
41
+ </ ion-item >
42
+
38
43
< ion-item >
39
44
< ion-label stacked > Label 6</ ion-label >
40
45
< ion-select [(ngModel)] ="gender ">
Original file line number Diff line number Diff line change @@ -40,16 +40,19 @@ ion-label[fixed] {
40
40
max-width : 200px ;
41
41
}
42
42
43
- ion -label[ stacked ] ,
44
- ion -label[ floating ] {
43
+ .item -label- stacked ion-label ,
44
+ .item -label- floating ion-label {
45
45
align-self : stretch ;
46
46
47
- margin-bottom : 0 ;
48
-
49
47
width : auto ;
50
48
max-width : 100% ;
51
49
}
52
50
51
+ ion-label [stacked ],
52
+ ion-label [floating ] {
53
+ margin-bottom : 0 ;
54
+ }
55
+
53
56
.item-label-stacked .input-wrapper ,
54
57
.item-label-floating .input-wrapper {
55
58
flex : 1 ;
You can’t perform that action at this time.
0 commit comments