Skip to content

Commit 67473f2

Browse files
committed
fix(input): fix input margins while scrolling
1 parent 5ad7fd1 commit 67473f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/label/label.ios.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $label-ios-margin: $item-ios-padding-top ($item-ios-padding-right /
2929

3030
.label-ios + ion-input .text-input,
3131
.label-ios + ion-textarea .text-input,
32-
.label-ios + ion-input + .cloned-input {
32+
.label-ios + .input + .cloned-input {
3333
margin-left: $item-ios-padding-left;
3434

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

0 commit comments

Comments
 (0)