mirror of
https://github.com/laurent22/joplin.git
synced 2024-12-24 10:27:10 +02:00
Desktop: Fixes #11425: Fixed checkboxes alignment in note viewer
This commit is contained in:
parent
1087c49b9f
commit
9373c334b3
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user