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