Skip to content

Commit

Permalink
Merge pull request #3327 from Themanwhosmellslikesugar/fix/do-not-sho…
Browse files Browse the repository at this point in the history
…w-both-checkbox

Do not show both bullets and checkboxes for checklists
  • Loading branch information
juliusknorr authored Oct 5, 2021
2 parents 86fd1fb + da109ca commit c72714f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ ul {

ul {
list-style-type: disc;

.task-list-item {
margin-left: -20px;
list-style-type: none;
}
}

h1 {
Expand Down Expand Up @@ -67,7 +72,7 @@ img {
}

input[type=checkbox] {
margin: 0px 10px 0px 0px;
margin: 0px 3px 0px 0px;
line-height: 10px;
font-size: 10px;
display: inline-block;
Expand Down

0 comments on commit c72714f

Please sign in to comment.