mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): fix floating/stacked label relocate
This commit is contained in:
@@ -71,6 +71,14 @@ ion-input.ng-invalid.ng-touched:after {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.item-label-floating .text-input.cloned-input {
|
||||
top: 32px;
|
||||
}
|
||||
|
||||
.item-label-stacked .text-input.cloned-input {
|
||||
top: 27px;
|
||||
}
|
||||
|
||||
|
||||
// Material Design Clear Input Icon
|
||||
// --------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user