Skip to content

Instantly share code, notes, and snippets.

@2811299
Forked from thewarpaint/github.js
Created December 11, 2015 09:45
Show Gist options
  • Select an option

  • Save 2811299/4d29e95a5c480be7ccd6 to your computer and use it in GitHub Desktop.

Select an option

Save 2811299/4d29e95a5c480be7ccd6 to your computer and use it in GitHub Desktop.
Change GitHub's code review column width
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