You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-13 00:10:37 +02:00
Desktop, Mobile: Fix vertical alignment of checkboxes when text wraps over multiple lines
This commit is contained in:
@ -24,12 +24,14 @@ function pluginAssets(theme: any) {
|
|||||||
li.md-checkbox .checkbox-wrapper {
|
li.md-checkbox .checkbox-wrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
align-items: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.md-checkbox input[type=checkbox] {
|
li.md-checkbox input[type=checkbox] {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: -1.71em;
|
margin-left: -1.71em;
|
||||||
margin-right: 0.7em;
|
margin-right: 0.7em;
|
||||||
|
margin-top: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
li.md-checkbox label {
|
li.md-checkbox label {
|
||||||
|
Reference in New Issue
Block a user