Skip to content

Commit

Permalink
fix(text-field): Set the margin for text-area helper text (#3290)
Browse files Browse the repository at this point in the history
(cherry picked from commit 64cc846)
  • Loading branch information
rlfriedman authored and Kenneth G. Franqueiro committed Aug 13, 2018
1 parent 0ed5964 commit e395bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mdc-textfield/mdc-text-field.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
}

.mdc-text-field--box + &,
.mdc-text-field--outlined + & {
.mdc-text-field--outlined + &,
.mdc-text-field--textarea + & {
margin-right: 16px;
margin-left: 16px;
}
Expand Down

0 comments on commit e395bb3

Please sign in to comment.