Skip to content

Commit

Permalink
fix(#131): task-list checkbox alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
tuurep committed Aug 17, 2024
1 parent 20156a2 commit 8987f5b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions static/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ tr:nth-child(even) {

li.task-list-item { list-style: none; }
input.task-list-item-checkbox {
position: absolute;
transform: translateX(-1.44rem);
display: inline-block;
vertical-align: middle;
margin: 0 0 .27em -1.125rem;
}

/* --------------------------------------------------------------------------
Expand Down

0 comments on commit 8987f5b

Please sign in to comment.