Skip to content

Commit

Permalink
Merge pull request #163 from tuurep/issue/131-task-list-alignment-issue
Browse files Browse the repository at this point in the history
Task-list checkbox alignment
  • Loading branch information
tuurep authored Aug 18, 2024
2 parents 20156a2 + 8987f5b commit 3db2dbf
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 3db2dbf

Please sign in to comment.