Making adjustments to better handle the sizing of the text area when white space is present in the original text or when the user types a string that is empty except for whitespace. Also improves the text area height and width logic to reduce instances where the line wrapping happens differently in the textarea vs the underlying element.
🎫 Issues
👩💻 Reviewer Notes
✅ Checklist
General
[ ] I have added tests for my changes.
[x] I have tested my changes.
[ ] I have updated the project documentation to reflect my changes.
Pull Request
📖 Description
Making adjustments to better handle the sizing of the text area when white space is present in the original text or when the user types a string that is empty except for whitespace. Also improves the text area height and width logic to reduce instances where the line wrapping happens differently in the textarea vs the underlying element.
🎫 Issues
👩💻 Reviewer Notes
✅ Checklist
General
⏭ Next Steps