Skip to content

Commit e7538f3

Browse files
authored
fix(textarea): new-line in firefox (#17176)
fixes #17155
1 parent 2b4d7b7 commit e7538f3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/components/textarea/textarea.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,12 @@
8484
outline: none;
8585

8686
background: transparent;
87-
8887
box-sizing: border-box;
8988
resize: none;
9089
appearance: none;
9190

91+
white-space: pre-wrap;
92+
9293
&::placeholder {
9394
color: var(--placeholder-color);
9495

0 commit comments

Comments
 (0)