Skip to content

Commit

Permalink
fix(input): fix input margins while scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Nov 23, 2016
1 parent 5ad7fd1 commit 67473f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/label/label.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $label-ios-margin: $item-ios-padding-top ($item-ios-padding-right /

.label-ios + ion-input .text-input,
.label-ios + ion-textarea .text-input,
.label-ios + ion-input + .cloned-input {
.label-ios + .input + .cloned-input {
margin-left: $item-ios-padding-left;

width: calc(100% - (#{$item-ios-padding-right} / 2) - #{$item-ios-padding-left});
Expand Down

0 comments on commit 67473f2

Please sign in to comment.