From 8e1e5531705b2c5bdda4a722863bd0ee7f47ec71 Mon Sep 17 00:00:00 2001 From: cedric karungu Date: Fri, 5 Jan 2024 14:44:43 +0200 Subject: [PATCH 1/5] fix:make task column to take majority width of team card --- apps/web/lib/features/team/user-team-card/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/lib/features/team/user-team-card/index.tsx b/apps/web/lib/features/team/user-team-card/index.tsx index abf36816f..fb36242e5 100644 --- a/apps/web/lib/features/team/user-team-card/index.tsx +++ b/apps/web/lib/features/team/user-team-card/index.tsx @@ -147,7 +147,7 @@ export function UserTeamCard({ @@ -174,7 +174,7 @@ export function UserTeamCard({ {/* TodayWorkedTime */} From 242afe083840b92abcd25fdb29dcca3673ee3167 Mon Sep 17 00:00:00 2001 From: cedric karungu Date: Fri, 5 Jan 2024 15:11:47 +0200 Subject: [PATCH 2/5] fix: adjust Tasks column width --- apps/web/lib/features/task/task-card.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/web/lib/features/task/task-card.tsx b/apps/web/lib/features/task/task-card.tsx index e8c5c475b..e7ba09861 100644 --- a/apps/web/lib/features/task/task-card.tsx +++ b/apps/web/lib/features/task/task-card.tsx @@ -108,7 +108,7 @@ export function TaskCard(props: Props) {