Doist / reactist

Open source React components made with ❤️ by Doist
http://doist.github.io/reactist
MIT License
247 stars 21 forks source link

fix horizontal expansion of textarea with autoexpand={true} #786

Closed MahirMahdi closed 11 months ago

MahirMahdi commented 1 year ago

Closes #776

Short description

overflow-wrap: anywhere is added to stop the horizontal expansion of TextArea with autoExpand={true}.

PR Checklist

Versioning

It's a bug fix.

gnapse commented 1 year ago

@MahirMahdi thanks for your contribution.

Can you please update main and rebase your branch to fix the conflicts? We need to have that sorted out before merging this pull request.

MahirMahdi commented 1 year ago

@MahirMahdi thanks for your contribution.

Can you please update main and rebase your branch to fix the conflicts? We need to have that sorted out before merging this pull request.

Sure, no problem.

MahirMahdi commented 1 year ago

@gnapse Please merge it this time xD.