Skip to content

Commit bd9781d

Browse files
Fix extra margin in lists nested within callouts (#342)
This overwrites the broader `.doc .ulist` directive `margin: 0 0 1.5rem`. Before <img width="1004" height="543" alt="Screenshot from 2025-09-24 15-09-06" src="https://github.com/user-attachments/assets/6f59c984-cf0b-4539-b693-956a1b2c828f" /> After <img width="886" height="514" alt="Screenshot from 2025-09-24 15-08-54" src="https://github.com/user-attachments/assets/637f6681-3295-48f9-92da-ca82c7bc427a" />
1 parent 1941532 commit bd9781d

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)