Skip to content

Commit

Permalink
fix(input): prevent input labels from being pushed left on focus closes
Browse files Browse the repository at this point in the history
  • Loading branch information
perrygovier committed Apr 22, 2015
1 parent 26361d6 commit a6d9d4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ textarea {
min-width: 14px;
}
}
// prevent flex-shrink on WP
.platform-windowsphone .item-input input{
flex-shrink: 1;
}

.item-input-inset {
@include display-flex();
Expand Down

0 comments on commit a6d9d4c

Please sign in to comment.