Last active
August 25, 2021 10:32
-
-
Save splintor/825d89a6fb1d2bdb1f3734ef040eae69 to your computer and use it in GitHub Desktop.
Make GitHub Desktop branch selection wider
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| '#desktop-app-toolbar .toolbar-dropdown.branch-button', | |
| '.branches-container', | |
| '.branches-container .branches-list', | |
| ].forEach(s => Array.from(document.styleSheets[0].cssRules) | |
| .find(r => r.selectorText === s) | |
| .style.width = '600px') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment