Minor layout break on PR Toolbar for PRs w/ long name #2395
filipewl posted onGitHub
<!-- Thanks for reporting a bug! â›° 1. Make sure the bug is caused by Refined GitHub. Try disabling the extension first. 2. Include a full URL where the bug appears. 3. Include a screenshot/gif Issues without a URL/screenshot will be closed -->
Just noticed that the layout for the sticky PR's toolbar in the PR's Files changed tab seems to break when the PR has a long name.
Refined GH | GH |
---|---|
![]() |
![]() |
PRs with short names don't seem to be affected: <img width="1003" alt="Screen Shot 2019-09-02 at 10 07 40" src="https://user-images.githubusercontent.com/381395/64116750-89e11300-cd69-11e9-8c24-96dabb60dde0.png">
Link to a PR with this behavior: https://github.com/sindresorhus/refined-github/pull/2387/files.
A possible solution is to remove the left margin for this element:
I'll see if I can come up with a PR for this.