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

Commit

Permalink
fix(text-field): Restrict resize to vertical for full width text area
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Dec 12, 2018
1 parent 2d35220 commit 8c565f9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/mdc-textfield/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,10 @@
padding: 0;
}
}

&.mdc-text-field--textarea .mdc-text-field__input {
resize: vertical;
}
}

@mixin mdc-text-field-fullwidth-invalid_ {
Expand Down

0 comments on commit 8c565f9

Please sign in to comment.