mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +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;
|
top: 27px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.item-label-stacked [item-right],
|
||||||
|
.item-label-floating [item-right] {
|
||||||
|
align-self: flex-end;
|
||||||
|
}
|
||||||
|
|
||||||
// Windows Clear Input Icon
|
// Windows Clear Input Icon
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user