From 83fb8c3ded8e542efe1eb3d8c9e134af6ff3e0ea Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 2 Dec 2022 18:05:48 +0100 Subject: [PATCH] fix(tasks): missing space when showing parent tasks and list title See https://kolaente.dev/vikunja/frontend/issues/2771 --- src/components/tasks/partials/singleTaskInList.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/tasks/partials/singleTaskInList.vue b/src/components/tasks/partials/singleTaskInList.vue index 844017ec8..e2aa4062c 100644 --- a/src/components/tasks/partials/singleTaskInList.vue +++ b/src/components/tasks/partials/singleTaskInList.vue @@ -14,7 +14,7 @@ @@ -391,6 +391,10 @@ function hideDeferDueDatePopup(e) { width: auto; } + .show-list .parent-tasks { + padding-left: .25rem; + } + .remove { color: var(--danger); }