Skip to content

Commit

Permalink
fix(text-field): Fix textarea height (#2638)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest authored Apr 27, 2018
1 parent 06bdbea commit 75fe98d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@
overflow: hidden;

.mdc-text-field__input {
height: auto;
margin: 0;
padding: $padding-inset;
padding-top: $padding-inset * 2;
Expand Down

0 comments on commit 75fe98d

Please sign in to comment.