-
-
Save 2811299/4d29e95a5c480be7ccd6 to your computer and use it in GitHub Desktop.
Change GitHub's code review column width
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
| var newWidth = 1280; | |
| $('.container').css('width', newWidth + 'px'); | |
| $('.repository-content').css('width', (newWidth - 60) + 'px'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment