fix(input): fix the text jumping for stacked/floating inputs on iOS

fixes #9605
This commit is contained in:
Brandy Carney
2016-12-16 12:43:17 -05:00
parent a4ce9195af
commit 877fcf178d

View File

@@ -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;