From f4da1dd51066d213197f81c6ebacb54fcf8ae2b2 Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 21:16:40 +0800 Subject: [PATCH] fix(web): halve right-meta column cap (max-w 20% / 5.5rem) Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/web/src/app/reminders/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/app/reminders/page.tsx b/apps/web/src/app/reminders/page.tsx index c05e4a6..8cac74d 100644 --- a/apps/web/src/app/reminders/page.tsx +++ b/apps/web/src/app/reminders/page.tsx @@ -254,7 +254,7 @@ export default async function RemindersPage({ searchParams }: PageProps) { + truncate on each span ellipsises overflow inside the cap. Title tooltip preserves the full text on hover. */} -
+