Commit e53c001f authored by Kuba Kopeć's avatar Kuba Kopeć Committed by Annabel Dunstone Gray

Remove unnecessary margin in markdown nested lists

parent 6d4f33ce
......@@ -221,6 +221,11 @@
ol {
padding: 0;
margin: 0 0 16px;
ul,
ol {
margin-bottom: 0;
}
}
ul:dir(rtl),
......
---
title: Fix nested lists unnecessary margin
merge_request: 29775
author: Kuba Kopeć
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment