Skip to content

Instantly share code, notes, and snippets.

@davisford
Last active December 23, 2015 06:38
Show Gist options
  • Save davisford/6594973 to your computer and use it in GitHub Desktop.
Save davisford/6594973 to your computer and use it in GitHub Desktop.
$('#fixed-container').css('width', '100%')
At http://gradle.org and specifically in the documentation for Gradle set the width of this div container to a fixed pixel of 1600 which is ridiculous and requires horizontal scrolling. jQuery is already on the page, just open up the console and paste the snippet in to fix the width so you can read the docs.
I can never remember what the div id is, so that's the purpose of this gist, to quickly copy/paste
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment