summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-19 10:28:21 +0000
committerRobert Speicher <rspeicher@gmail.com>2015-10-19 12:31:09 +0200
commit06cb51340eedf47707143ea236ba4a1488b45da7 (patch)
tree2ddb71945131c5ae32cad40e0c9bae1ecc02889b
parentbfc4403c80864ee2268e2ab593e3f8802ddb1c04 (diff)
downloadgitlab-ce-06cb51340eedf47707143ea236ba4a1488b45da7.tar.gz
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. ![Screen_Shot_2015-10-14_at_2.40.38_PM](https://gitlab.com/pioto/gitlab-ce/uploads/5434eb077c17e56528a94079afe3c732/Screen_Shot_2015-10-14_at_2.40.38_PM.png) See merge request !1596
-rw-r--r--app/assets/stylesheets/framework/typography.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 1857c1659aa..e6d1cca9f7a 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -18,7 +18,6 @@
font-family: $monospace_font;
white-space: pre;
word-wrap: normal;
- padding: 1px 2px;
}
kbd {