Commit 11367613 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'nested-lists-margin-fix' into 'master'

Fix nested lists unnecessary margin

Closes #33744

See merge request gitlab-org/gitlab-ce!29775
parents 6d4f33ce e53c001f
......@@ -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