fix(TextArea): fix empty S2 TextArea height jumping when overlays are open (#9933)
* fix(TextArea): fix empty S2 TextArea height jumping when overlays are open
* adjust fieldGroup to use `alignItems: 'start'`
* offset the hidden baseline-anchor ::before down to the textarea's first line
* format
* add minHeight to fix prefix/validation icon alignment
* only opt out textarea from baseline align
* make textarea fix chrome-only