Remove some padding from code blocks

This creates a weird "leading indent" on the first line of code blocks, at least in Chrome 46, and ends up making the first row not line up nicely with everything else.
This commit is contained in:
Mike Kelly
2015-10-14 18:42:59 +00:00
parent 0b9273a283
commit ddeb766e96
@@ -17,7 +17,6 @@
font-family: $monospace_font;
white-space: pre;
word-wrap: normal;
padding: 1px 2px;
}
kbd {
@@ -268,4 +267,4 @@ textarea.js-gfm-input {
.strikethrough {
text-decoration: line-through;
}
}