Skip to content

Commit 08cc369

Browse files
committed
Fix paragraphs in list items.
1 parent b48309e commit 08cc369

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/_static/custom.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,4 +407,10 @@ div.viewcode-block:target {
407407
background-color: var(--codeblock-color);
408408
border-top: 1px solid var(--codeblock-color);
409409
border-bottom: 1px solid var(--codeblock-color);
410+
}
411+
412+
/* Fix paragraphs in list items. */
413+
#main-content ol > li > p,
414+
#main-content ul > li > p {
415+
margin-bottom: 1em;
410416
}

0 commit comments

Comments
 (0)