From d84a15ad6483d3dd98759a1d06ac329ff6cc131f Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 5 Apr 2026 14:48:55 -0400 Subject: [PATCH] =?UTF-8?q?fix:=20restore=20240px=20park=20column=20width?= =?UTF-8?q?=20=E2=80=94=20clamp()=20unreliable=20in=20col=20elements?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The actual overflow fix was removing whiteSpace:nowrap from the td. With that gone, 240px is sufficient and content wraps naturally when tight. Co-Authored-By: Claude Sonnet 4.6 --- components/WeekCalendar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WeekCalendar.tsx b/components/WeekCalendar.tsx index 2da0eae..a85c648 100644 --- a/components/WeekCalendar.tsx +++ b/components/WeekCalendar.tsx @@ -294,7 +294,7 @@ export function WeekCalendar({ parks, weekDates, data, grouped, rideCounts, coas tableLayout: "fixed", }}> - + {weekDates.map((d) => ( ))}