Remove unnecessary margin in markdown nested lists

This commit is contained in:
Kuba Kopeć 2019-06-19 17:13:19 +00:00 committed by Annabel Dunstone Gray
parent 6d4f33ceaf
commit e53c001f42
2 changed files with 10 additions and 0 deletions

View File

@ -221,6 +221,11 @@
ol {
padding: 0;
margin: 0 0 16px;
ul,
ol {
margin-bottom: 0;
}
}
ul:dir(rtl),

View File

@ -0,0 +1,5 @@
---
title: Fix nested lists unnecessary margin
merge_request: 29775
author: Kuba Kopeć
type: fixed