Skip to content

Commit 8e9b822

Browse files
committed
add styles to make marker and content of checklist line up with other list types
1 parent f7e86eb commit 8e9b822

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/css/doc.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,12 +608,13 @@
608608
}
609609

610610
.doc ul.checklist {
611-
padding-left: 0.5rem;
611+
padding-left: 1.75rem;
612612
}
613613

614614
.doc ul.checklist > li > * > i.fa-check-square-o:first-child,
615615
.doc ul.checklist > li > * > i.fa-square-o:first-child {
616616
width: 1.25rem;
617+
margin-left: -1.25rem;
617618
}
618619

619620
.doc ul.checklist > li > * > i.fa-check-square-o:first-child {

0 commit comments

Comments
 (0)