Skip to content

Commit

Permalink
fix(textarea): add height to textarea for proper safari rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
tw15egan committed May 13, 2020
1 parent 4346f81 commit a2ddc09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

background-color: $field-01;
width: 100%;
height: 100%;
min-width: 10rem;
min-height: rem(40px);
padding: rem(11px) $carbon--spacing-05;
Expand Down

0 comments on commit a2ddc09

Please sign in to comment.