From 8814cb37d8568bc19a4789eb5f08261145e1e041 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 9 Apr 2026 15:30:27 +0200 Subject: [PATCH] fix(tasks): vertically center checkbox in project task row The tooltip span wrapping the checkbox used the inherited line-height (~24px), so the 18px inline-block checkbox sat on the baseline and appeared misaligned with the task text. Making the span an inline-flex container collapses it to the checkbox size and centers it properly. --- frontend/src/components/tasks/partials/SingleTaskInProject.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/components/tasks/partials/SingleTaskInProject.vue b/frontend/src/components/tasks/partials/SingleTaskInProject.vue index 0c9202988..0576416e6 100644 --- a/frontend/src/components/tasks/partials/SingleTaskInProject.vue +++ b/frontend/src/components/tasks/partials/SingleTaskInProject.vue @@ -14,6 +14,7 @@ >