1
0
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:
Laurent Cozic 2024-11-22 20:17:12 +00:00
parent 1087c49b9f
commit 9373c334b3

View File

@ -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 {