Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKuba Kopeć <kuba2kopec@gmail.com>2019-06-19 20:13:19 +0300
committerAnnabel Dunstone Gray <annabel.m.gray@gmail.com>2019-06-19 20:13:19 +0300
commite53c001f4295a175ebb206599af3a1004fcfb61a (patch)
treefccac53ee82bb2112ca36e9fb75103825ebcf57f /app/assets/stylesheets/framework/typography.scss
parent6d4f33ceafbf55ae1283352d092c873221fdcbf1 (diff)
Remove unnecessary margin in markdown nested lists
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 9e1431963d9..7baab478034 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -221,6 +221,11 @@
ol {
padding: 0;
margin: 0 0 16px;
+
+ ul,
+ ol {
+ margin-bottom: 0;
+ }
}
ul:dir(rtl),