Skip to content

Instantly share code, notes, and snippets.

@danielkhan
Last active December 21, 2015 05:48
Show Gist options
  • Save danielkhan/6259104 to your computer and use it in GitHub Desktop.
Save danielkhan/6259104 to your computer and use it in GitHub Desktop.
Fixing gist-embedding in wordpress
.gist .line,
.gist .line-number {
font-size: 12px !important;
line-height: 20px !important;
margin-bottom: 0px !important;
}
.gist * {
margin-bottom: 0px;
}
.gist .line-data {
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment