Commit ddeb766e authored by Mike Kelly's avatar Mike Kelly

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.
parent 0b9273a2
......@@ -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;
}
}
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment