Increase distance between task items

Makes it them more readable and easier to distinguish multi line task items
This commit is contained in:
Elscrux 2024-04-09 19:06:59 +02:00
parent ca7246639c
commit 0ed49c729e
1 changed files with 1 additions and 0 deletions

View File

@ -893,6 +893,7 @@ ul[data-type='taskList'] {
li {
display: flex;
margin-top: 0.25rem;
> label {
flex: 0 0 auto;