refactor(list): UI fixes for iOS

references #437
This commit is contained in:
Brandy Carney
2015-11-12 13:32:14 -05:00
parent e5adc1f250
commit f9ab9a6aae
5 changed files with 18 additions and 10 deletions

View File

@ -31,7 +31,11 @@ ion-input {
}
ion-input.item {
align-items: flex-start;
align-items: center;
ion-label {
align-self: flex-start;
}
}
ion-input [text-input] {