Created
September 4, 2014 13:44
-
-
Save edelabar/696b2ed5026d3cb1a0fb to your computer and use it in GitHub Desktop.
CSS to Fix Gist Embed with Bourbon, Neat, and Bitters
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
// Fix gist widget displays | |
.gist table { | |
table-layout: auto; | |
margin: 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment