feat: allow marking a related task done directly from the list of related tasks #2330

Closed
konrad wants to merge 3 commits from feature/enable-related-task-done into main
Showing only changes of commit 3f16d17cef - Show all commits

View File

@ -408,6 +408,9 @@ export default defineComponent({
padding: 0.5rem;
}
// FIXME: The height of the actual checkbox in the <Fancycheckbox/> 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