fix: add spacing between checkbox and title of related task
continuous-integration/drone/push Build is passing Details

Related to https://github.com/go-vikunja/frontend/issues/111
This commit is contained in:
kolaente 2023-04-25 17:33:47 +02:00
parent 5cd5caef45
commit 62825d2e64
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -442,5 +442,6 @@ async function toggleTaskDone(task: ITask) {
.task-done-checkbox {
padding: 0;
height: 18px; // The exact height of the checkbox in the container
margin-right: .75rem;
}
</style>