Skip to content

Instantly share code, notes, and snippets.

@edelabar
Created September 4, 2014 13:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save edelabar/696b2ed5026d3cb1a0fb to your computer and use it in GitHub Desktop.
Save edelabar/696b2ed5026d3cb1a0fb to your computer and use it in GitHub Desktop.
CSS to Fix Gist Embed with Bourbon, Neat, and Bitters
// 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