1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-03-06 15:36:49 +02:00

Revert "Desktop, Mobile: Fix vertical alignment of checkboxes when text wraps over multiple lines"

This reverts commit 226a8b3813b057b8272626302f7623e604319e43.
This commit is contained in:
Laurent Cozic 2024-11-22 20:10:49 +00:00
parent 380ba28bac
commit 9bd930d89a

View File

@ -24,14 +24,12 @@ function pluginAssets(theme: any) {
li.md-checkbox .checkbox-wrapper {
display: flex;
flex-direction: row;
align-items: flex-start;
}
li.md-checkbox input[type=checkbox] {
display: flex;
margin-left: -1.71em;
margin-right: 0.7em;
margin-top: 5px;
}
li.md-checkbox label {