1
0

Fix nested lists having bottom margins Fixes #1033 (#1081)

* Fix nested lists having bottom margins Fixes #1033

* prettier
This commit is contained in:
Prospector
2023-04-07 18:41:00 -07:00
committed by GitHub
parent 509a97e532
commit 77f8bfcf25

View File

@@ -561,6 +561,14 @@
margin-bottom: 16px;
}
ul,
ol {
ul,
ol {
margin-bottom: 0;
}
}
li,
p {
padding: 0;