Skip to content

Commit

Permalink
Fix textarea width growing beyond 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasr8 committed Jul 18, 2024
1 parent a64fe81 commit a1aa082
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Components/GrowingTextArea.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
content: attr(data-value) ' ';
visibility: hidden;
white-space: pre-wrap;
overflow-wrap: anywhere;
}
}

0 comments on commit a1aa082

Please sign in to comment.