fix(input): align item right to the bottom for windows mode

references #5731
This commit is contained in:
Brandy Carney
2016-03-09 16:26:13 -05:00
parent 6063932455
commit b3bea838b2

View File

@ -89,6 +89,10 @@ ion-input.ng-invalid.ng-touched .text-input {
top: 27px;
}
.item-label-stacked [item-right],
.item-label-floating [item-right] {
align-self: flex-end;
}
// Windows Clear Input Icon
// --------------------------------------------------