Skip to content

Commit

Permalink
fix(input): long input text adjusts left on focus
Browse files Browse the repository at this point in the history
Closes #1390
  • Loading branch information
Adam Bradley committed May 20, 2014
1 parent cc46735 commit e6b5ff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scss/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@
.padding-horizontal > .list .item {
margin-right: 0;
margin-left: 0;

&.item-input input {
padding-right: 44px;
}
}
.padding-left > .list .item {
margin-left: 0;
Expand Down

0 comments on commit e6b5ff2

Please sign in to comment.