mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(input): fix the text jumping for stacked/floating inputs on iOS
fixes #9605
This commit is contained in:
@@ -139,6 +139,11 @@ $text-input-ios-highlight-color-invalid: $text-input-highlight-color-invalid !
|
||||
width: calc(100% - #{$text-input-ios-margin-right});
|
||||
}
|
||||
|
||||
.item-ios.item-label-stacked .label-ios + .input + .cloned-input,
|
||||
.item-ios.item-label-floating .label-ios + .input + .cloned-input {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.item-label-stacked .select-ios,
|
||||
.item-label-floating .select-ios {
|
||||
padding-top: 8px;
|
||||
|
||||
Reference in New Issue
Block a user