From e5fb28ef3156eb4a7179232b5078e7772132a7a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Mon, 17 Aug 2026 09:57:19 +0200 Subject: [PATCH] Widen the doc detail view to max-w-5xl Matches the width already used on the run and new-run cards. Co-Authored-By: Claude Sonnet 5 --- src/app/(app)/docs/[slug]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/(app)/docs/[slug]/page.tsx b/src/app/(app)/docs/[slug]/page.tsx index 80b1d28..622f795 100644 --- a/src/app/(app)/docs/[slug]/page.tsx +++ b/src/app/(app)/docs/[slug]/page.tsx @@ -27,7 +27,7 @@ export default async function DocPage({ params }: DocPageProps) { if (content === null) notFound(); return ( -
+