Skip to content

Commit 3024196

Browse files
committedAug 23, 2022
style: modify task input style.
1 parent 0fc6e51 commit 3024196

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/styles/markdown.less

+2-1
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,8 @@ body[data-color-mode*='light'] {
982982
display: none;
983983
}
984984
}
985-
.task-list-item-checkbox {
985+
.task-list-item-checkbox,
986+
.contains-task-list input[type='checkbox'] {
986987
margin: 0 0.2em 0.25em -1.6em;
987988
vertical-align: middle;
988989
}

0 commit comments

Comments
 (0)
Please sign in to comment.