1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00

Revert "Desktop, Mobile: Fixed vertical alignment of checkboxes"

This reverts commit 49e86d116f.
This commit is contained in:
Laurent Cozic 2024-11-22 20:11:00 +00:00
parent 9bd930d89a
commit 1087c49b9f

View File

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