Last active
December 23, 2015 06:38
-
-
Save davisford/6594973 to your computer and use it in GitHub Desktop.
Fix http://gradle.org css
This file contains 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
$('#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