Skip to content

Instantly share code, notes, and snippets.

@kevin-lee
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevin-lee/0bee2fbffd1e8e50f084 to your computer and use it in GitHub Desktop.
Save kevin-lee/0bee2fbffd1e8e50f084 to your computer and use it in GitHub Desktop.
CSS to fix unwanted margin issue on embedded Gist
.gist .line-numbers {
line-height: 1.2;
}
document.write('<link rel="stylesheet" href="https://gist.githubusercontent.com/Kevin-Lee/0bee2fbffd1e8e50f084/raw/b948a141c3ce3b8b9aa877e53e56ae34c3499624/override-gist.css">');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment