Skip to content

Commit

Permalink
Fix markdown todo items shifted to the left and remove the dots
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Nov 22, 2023
1 parent 5a9e39e commit 62083c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/styles/tweaks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -113,3 +113,7 @@
.table-of-contents {
font-size: 14px;
}

.task-list-item {
list-style: none;
}

0 comments on commit 62083c2

Please sign in to comment.