Skip to content

Instantly share code, notes, and snippets.

@thewarpaint
Created January 15, 2014 18:51
Show Gist options
  • Save thewarpaint/8441996 to your computer and use it in GitHub Desktop.
Save thewarpaint/8441996 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