sindresorhus/refined-github

Do you want to work on this issue?
You can request for a bounty in order to promote it!
The PR commit title field overflows due to `suggest-commit-title-limit` #4146
fregante posted onGitHub
- Visit a PR you can merge, like https://github.com/sindresorhus/refined-github/pull/4136
- Resize the window to 900px of width
- Notice the overflow:
<img width="684" alt="Screen Shot 3" src="https://user-images.githubusercontent.com/1402241/112183541-f9288d00-8bc3-11eb-95b9-0975d1d50a4a.png">
This is due to https://github.com/sindresorhus/refined-github/pull/4070
Unfortunately we want the content-box
to be 72ch the border-box
to be max-width: 100%