Skip to content

Commit

Permalink
fix(input): fix the text jumping for stacked/floating inputs on iOS
Browse files Browse the repository at this point in the history
fixes #9605
  • Loading branch information
brandyscarney committed Dec 16, 2016
1 parent a4ce919 commit 877fcf1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/input/input.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 877fcf1

Please sign in to comment.