From fd3694c43e9093ba01f9f686d9e05c7a860ebd8d Mon Sep 17 00:00:00 2001 From: Jiayuan Zhang Date: Sat, 21 Mar 2026 14:33:31 +0800 Subject: [PATCH] fix(web): center issue content and make width responsive Use mx-auto with max-w-3xl so content stays centered in the available space and scales with window width instead of being pinned to the left with fixed padding. Co-Authored-By: Claude Opus 4.6 --- apps/web/app/(dashboard)/issues/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/app/(dashboard)/issues/[id]/page.tsx b/apps/web/app/(dashboard)/issues/[id]/page.tsx index 38af2c1a..681fdecd 100644 --- a/apps/web/app/(dashboard)/issues/[id]/page.tsx +++ b/apps/web/app/(dashboard)/issues/[id]/page.tsx @@ -158,7 +158,7 @@ export default function IssueDetailPage({ {/* Content */} -
+
{/* Issue key */}
{issue.key}