summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-25 23:18:51 -0500
committerJacob Schatz <jacobschatz@Jacobs-MBP.fios-router.home>2016-01-25 23:20:31 -0500
commit9b7dd5a4ee2fee8f57a720c6942a0126b982cfcf (patch)
tree7b45d56b182eb53ed9f52fe177642ade80052e6a
parentfd33b2cdc04bb25a47019e9f1019a835fe318a04 (diff)
downloadgitlab-ce-numbered-list-rendering-in-comments-cuts-off.tar.gz
Makes ol margin big enough for 3 digits.numbered-list-rendering-in-comments-cuts-off
Fixes #7960
-rw-r--r--app/assets/stylesheets/framework/typography.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 4866a17005d..8d8f41287da 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -115,7 +115,7 @@
ul, ol {
padding: 0;
- margin: 6px 0 6px 18px !important;
+ margin: 6px 0 6px 28px !important;
}
li {