fix(textarea): auto grow textarea line wraps long contents (#25928)

Resolves #25893
This commit is contained in:
Sean Perkins
2022-09-13 15:23:04 -04:00
committed by GitHub
parent 9451b283e2
commit 777109a7e8
14 changed files with 26 additions and 0 deletions

View File

@ -101,6 +101,8 @@
@include text-inherit();
grid-area: 1 / 1 / 2 / 2;
word-break: break-word;
}
.native-textarea {