FredrikNoren / ungit

The easiest way to use git. On any platform. Anywhere.
MIT License
10.44k stars 637 forks source link

Prevent commit message <textarea> from resizing horizontally #1390

Closed simonwiles closed 4 years ago

simonwiles commented 4 years ago

Resizing horizontally (typically by accident when trying to resize vertically only, in my case) screws up the staging panel layout. This change prevents that.

This is an adequate solution (to my mind at least) to #315, which has been bothering me too.

~If the change is acceptable, would you like me to bump the patch version and update CHANGELOG.md? The instructions at CONTRIBUTING.md seem to be out-of-date w/r/t the current CHANGELOG.md style. Perhaps just include a line under "Fixed" in the "Unreleased" section?~

Note: the Windows test which is failing below with a 404 fetching resources is currently passing on my fork.