From 792a80ab4417e87eaede1bdf66c4306cd22e0d40 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 7 Jul 2020 21:38:38 +0200 Subject: [PATCH] Fix task list if it has tasks with a long unbreakable title --- src/components/input/fancycheckbox.vue | 8 +++- src/styles/components/tasks.scss | 55 +++++++++++++++++--------- src/styles/theme/navigation.scss | 2 +- src/styles/theme/variables.scss | 1 + 4 files changed, 46 insertions(+), 20 deletions(-) diff --git a/src/components/input/fancycheckbox.vue b/src/components/input/fancycheckbox.vue index e29ebe9e..c1edc3b8 100644 --- a/src/components/input/fancycheckbox.vue +++ b/src/components/input/fancycheckbox.vue @@ -1,6 +1,12 @@