From 3f16d17cefeaa961de3df4dd82784fd56f4c381c Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 13 Sep 2022 21:56:05 +0200 Subject: [PATCH] chore: add FIXME --- src/components/tasks/partials/relatedTasks.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/tasks/partials/relatedTasks.vue b/src/components/tasks/partials/relatedTasks.vue index c2d034be5..90f044e94 100644 --- a/src/components/tasks/partials/relatedTasks.vue +++ b/src/components/tasks/partials/relatedTasks.vue @@ -408,6 +408,9 @@ export default defineComponent({ padding: 0.5rem; } +// FIXME: The height of the actual checkbox in the component is too much resulting in a +// weired positioning of the checkbox. Setting the height here is a workaround until we fix the styling +// of the component. .task-done-checkbox { padding: 0; height: 18px; // The exact height of the checkbox in the container