mirror of
https://github.com/laurent22/joplin.git
synced 2024-11-19 20:31:46 +02:00
Desktop, Mobile: Fixed vertical alignment of checkboxes
This commit is contained in:
parent
e16f452bdf
commit
49e86d116f
@ -21,10 +21,20 @@ 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;
|
||||
|
Loading…
Reference in New Issue
Block a user