From d46c400a51bad7045c0b7f658f05009ae0e551a7 Mon Sep 17 00:00:00 2001 From: "Thierry CH." Date: Mon, 5 Aug 2024 20:47:17 +0200 Subject: [PATCH] 2682 bug daily plan task action menu hidden UI (#2833) * resize the task info area * fix: fix action menu hidden --- apps/web/lib/features/task/task-card.tsx | 41 ++++++++++++------------ 1 file changed, 20 insertions(+), 21 deletions(-) diff --git a/apps/web/lib/features/task/task-card.tsx b/apps/web/lib/features/task/task-card.tsx index 197f1dbad..91968ae1c 100644 --- a/apps/web/lib/features/task/task-card.tsx +++ b/apps/web/lib/features/task/task-card.tsx @@ -151,9 +151,9 @@ export function TaskCard(props: Props) {