Skip to content

Commit

Permalink
Desktop: Fixes #11425: Fixed checkboxes alignment in note viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Nov 22, 2024
1 parent 1087c49 commit 9373c33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/renderer/MdToHtml/rules/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ function pluginAssets(theme: any) {
li.md-checkbox input[type=checkbox] {
margin-left: -1.71em;
margin-right: 0.7em;
position: relative;
top: 1px;
}
ul.joplin-checklist {
Expand Down

0 comments on commit 9373c33

Please sign in to comment.