Skip to content

Commit

Permalink
fix(textarea): fixes no-wrap issue in edge (#62)
Browse files Browse the repository at this point in the history
Closes #16
  • Loading branch information
kyubisation authored Jun 28, 2019
1 parent d666901 commit 87c4db6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
overflow: hidden;
color: $sbbColorGrey;
min-height: inherit;
white-space: pre-wrap;

&:disabled {
background-color: $sbbColorMilk;
Expand Down

0 comments on commit 87c4db6

Please sign in to comment.