From 6c3570e1d0791ffea1a7be78289855932a7a9af7 Mon Sep 17 00:00:00 2001 From: Florian Date: Tue, 25 Jul 2023 12:50:18 +0200 Subject: [PATCH] fix: cut of scrolling TaskTemplateListColumn MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Max Schäfer Co-authored-by: DasProffi --- tasks/components/TaskTemplateListColumn.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/components/TaskTemplateListColumn.tsx b/tasks/components/TaskTemplateListColumn.tsx index 1facc707..c10d1650 100644 --- a/tasks/components/TaskTemplateListColumn.tsx +++ b/tasks/components/TaskTemplateListColumn.tsx @@ -52,14 +52,14 @@ export const TaskTemplateListColumn = ({ }, [ref.current?.clientHeight]) return ( -
+
{translation.template} {onColumnEditClick && }
-
+