Skip to content

Commit

Permalink
fix(bp-input): Added padding: 0 to avoid portal styles
Browse files Browse the repository at this point in the history
  • Loading branch information
liviaalmeida committed May 17, 2018
1 parent 6efb6bf commit 2dc6eb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
background: transparent;
width: 90%;
height: auto;
padding: 0;
@include placeholder($bp-color-cloud);

&:focus {
Expand Down

0 comments on commit 2dc6eb1

Please sign in to comment.