mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-28 05:56:37 +10:00
Merge branch 'fix-code-leading-indent' into 'master'
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.  See merge request !1596
This commit is contained in:
committed by
Robert Speicher
parent
bfc4403c80
commit
06cb51340e
@@ -18,7 +18,6 @@
|
||||
font-family: $monospace_font;
|
||||
white-space: pre;
|
||||
word-wrap: normal;
|
||||
padding: 1px 2px;
|
||||
}
|
||||
|
||||
kbd {
|
||||
|
||||
Reference in New Issue
Block a user