fix: add spacing between checkbox and title of related task
Related to https://github.com/go-vikunja/frontend/issues/111
This commit is contained in:
parent
5cd5caef45
commit
62825d2e64
@ -442,5 +442,6 @@ async function toggleTaskDone(task: ITask) {
|
|||||||
.task-done-checkbox {
|
.task-done-checkbox {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
height: 18px; // The exact height of the checkbox in the container
|
height: 18px; // The exact height of the checkbox in the container
|
||||||
|
margin-right: .75rem;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
Loading…
x
Reference in New Issue
Block a user