Small design fix for checkboxes

Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
This commit is contained in:
Raimund Schlüßler 2019-09-11 13:59:33 +02:00
parent 85f219026c
commit 1ffc3c0b35
No known key found for this signature in database
GPG Key ID: 036FA7EB1A599178
1 changed files with 4 additions and 3 deletions

View File

@ -439,7 +439,7 @@
}
.subtasks-container {
margin-left: 35px;
margin-left: 37px;
}
.task-body {
@ -459,8 +459,9 @@
}
.task-checkbox {
padding: 7px;
padding-right: 3px;
padding: 8px;
height: 37px;
width: 37px;
border-right: 1px dotted $gray;
opacity: 0.5;
}