Skip to content

Commit

Permalink
fix(textarea): new-line in firefox (ionic-team#17176)
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat authored Jan 19, 2019
1 parent 2b4d7b7 commit e7538f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/components/textarea/textarea.scss
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,12 @@
outline: none;

background: transparent;

box-sizing: border-box;
resize: none;
appearance: none;

white-space: pre-wrap;

&::placeholder {
color: var(--placeholder-color);

Expand Down

0 comments on commit e7538f3

Please sign in to comment.