From 39539b6f9431c01dbf3ffd4deedb6dbea7b4ef2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 30 Aug 2026 21:15:48 +0200 Subject: [PATCH] Fix title/description overflow by restoring stretch on mobile items-start on the stacked mobile header removed the default stretch, so the min-w-0/flex-1 title column sized to its own content instead of the row's width - leaving max-w-full on the field-sizing:content inputs with no definite containing-block width to clamp against, so they (and the whole row) could overflow horizontally. Dropping items-start restores the default stretch; the right-hand badge/ duration/replay group already had its own self-end override, so it still sits at the right edge. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01WzyfRyA7h5rs5SCAahLAWd --- app/(app)/sessions/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/(app)/sessions/[id]/page.tsx b/app/(app)/sessions/[id]/page.tsx index a2eaf44..28167a4 100644 --- a/app/(app)/sessions/[id]/page.tsx +++ b/app/(app)/sessions/[id]/page.tsx @@ -36,7 +36,7 @@ export default async function SessionDetailPage({ params }: { params: Promise<{ return (
-
+
{(detail.session.kind === "replay" || detail.session.playCount > 0) && (