Skip to content

Commit a3c8556

Browse files
Fix extra margin in lists nested within callouts
1 parent 1941532 commit a3c8556

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/css/doc.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -919,6 +919,10 @@ body {
919919
padding: 0.25rem 0;
920920
}
921921

922+
.doc .colist.arabic div.ulist {
923+
margin: 0;
924+
}
925+
922926
.doc .conum[data-value] {
923927
border: 1px solid currentColor;
924928
border-radius: 100%;

0 commit comments

Comments
 (0)