Skip to content

Commit

Permalink
fix(bp-input-wrapper): Changed min-height to height to ensure default…
Browse files Browse the repository at this point in the history
… style
  • Loading branch information
liviaalmeida committed May 21, 2018
1 parent 3b20888 commit 93893cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scss/components/_input-wrapper.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.bp-input-wrapper {
min-width: 31.6*$m;
min-height: 4.8*$m;
height: 4.7*$m;
border: 0.1*$m solid $bp-color-breeze;
border-radius: 0.4*$m;
padding: 0.5*$m 1.0*$m;
Expand Down

0 comments on commit 93893cc

Please sign in to comment.