Skip to content

Commit a6d9d4c

Browse files
committed
fix(input): prevent input labels from being pushed left on focus closes #1778
1 parent 26361d6 commit a6d9d4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/_form.scss

+4
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,10 @@ textarea {
7979
min-width: 14px;
8080
}
8181
}
82+
// prevent flex-shrink on WP
83+
.platform-windowsphone .item-input input{
84+
flex-shrink: 1;
85+
}
8286

8387
.item-input-inset {
8488
@include display-flex();

0 commit comments

Comments
 (0)