Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit e395bb3

Browse files
rlfriedmanKenneth G. Franqueiro
authored andcommitted
fix(text-field): Set the margin for text-area helper text (#3290)
(cherry picked from commit 64cc846)
1 parent 0ed5964 commit e395bb3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/mdc-textfield/mdc-text-field.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,8 @@
188188
}
189189

190190
.mdc-text-field--box + &,
191-
.mdc-text-field--outlined + & {
191+
.mdc-text-field--outlined + &,
192+
.mdc-text-field--textarea + & {
192193
margin-right: 16px;
193194
margin-left: 16px;
194195
}

0 commit comments

Comments
 (0)