mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 21:15:24 +08:00
fix(input): align item right to the bottom for windows mode
references #5731
This commit is contained in:
@ -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
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user