Describe the bug
One of our testers found that when resizing the textarea in our product, the user can make the textarea control extremely thin. Let's add some CSS min-height to the textarea for those cases.
To Reproduce
Steps to reproduce the behavior:
- Go to '...'
- Resize the control to make it thinner.
- Optionally type something into the textarea.
- See that the placeholder or text (if you entered something in 3.) is outside of the control (like on the screenshot below)
Expected behavior
The textarea's content shouldn't stick out of the control's content.
Screenshots

Describe the bug
One of our testers found that when resizing the textarea in our product, the user can make the textarea control extremely thin. Let's add some CSS min-height to the textarea for those cases.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The textarea's content shouldn't stick out of the control's content.
Screenshots