From 7df3ef9c31c928ed3dcac86341bf6e1f349682ef Mon Sep 17 00:00:00 2001 From: yiekheng Date: Sun, 10 May 2026 21:17:20 +0800 Subject: [PATCH] fix(web): bump right-meta column cap a touch (max-w 34% / 9.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 18e4541..c0668bf 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. */} -
+