fix(label): remove flex-basis to fix floating/stacked labels on iOS/Safari

fixes #6109
This commit is contained in:
Brandy Carney
2016-04-11 10:22:18 -04:00
parent e27b7428da
commit cd62a4c4f6

View File

@ -42,7 +42,6 @@ ion-label[fixed] {
ion-label[stacked],
ion-label[floating] {
flex-basis: 100%;
align-self: stretch;
margin-bottom: 0;