Skip to content

Commit

Permalink
Revert "Desktop, Mobile: Fixed vertical alignment of checkboxes"
Browse files Browse the repository at this point in the history
This reverts commit 49e86d1.
  • Loading branch information
laurent22 committed Nov 22, 2024
1 parent 9bd930d commit 1087c49
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/renderer/MdToHtml/rules/checkbox.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,20 +21,10 @@ function pluginAssets(theme: any) {
list-style-type: none;
}
li.md-checkbox .checkbox-wrapper {
display: flex;
flex-direction: row;
}
li.md-checkbox input[type=checkbox] {
display: flex;
margin-left: -1.71em;
margin-right: 0.7em;
}
li.md-checkbox label {
display: flex;
}
ul.joplin-checklist {
list-style:none;
Expand Down

0 comments on commit 1087c49

Please sign in to comment.