From 230fde3e700c27d8dfaacd193e165e5f486cf9db Mon Sep 17 00:00:00 2001 From: Chneemann Date: Mon, 24 Aug 2026 08:53:25 +0200 Subject: [PATCH] fix(summary): resolve text clipping issue --- app/(app)/summary/sections/SummaryPriorityCard.tsx | 6 +++--- app/(app)/summary/sections/SummaryStatusCard.tsx | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/(app)/summary/sections/SummaryPriorityCard.tsx b/app/(app)/summary/sections/SummaryPriorityCard.tsx index c30cdae..928dd6b 100644 --- a/app/(app)/summary/sections/SummaryPriorityCard.tsx +++ b/app/(app)/summary/sections/SummaryPriorityCard.tsx @@ -58,16 +58,16 @@ export default function SummaryPriorityCard({
{config.label}
- + {percentage}% - + {count} {count === 1 ? "item" : "items"}
diff --git a/app/(app)/summary/sections/SummaryStatusCard.tsx b/app/(app)/summary/sections/SummaryStatusCard.tsx index 31b610e..0c491bf 100644 --- a/app/(app)/summary/sections/SummaryStatusCard.tsx +++ b/app/(app)/summary/sections/SummaryStatusCard.tsx @@ -64,10 +64,10 @@ export default function SummaryStatusCard({
- + {percentage}% - + {count} {count === 1 ? "task" : "tasks"}