Skip to content

Instantly share code, notes, and snippets.

@hushin
Last active December 12, 2015 10:49
Show Gist options
  • Save hushin/4761780 to your computer and use it in GitHub Desktop.
Save hushin/4761780 to your computer and use it in GitHub Desktop.
Gistを貼付けたときの行番号の表示ズレを直すCSS
/* Gistの表示を直すやつ */
.line-numbers, .line-pre > .line {
font-size: 12px;
line-height: 1.4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment