From 6e15002cd5483bfde032bdd8eacc25a670803564 Mon Sep 17 00:00:00 2001 From: Naiyuan Qing <145280634+NevilleQingNY@users.noreply.github.com> Date: Mon, 6 Jul 2026 16:28:41 +0800 Subject: [PATCH] fix(teams): team detail container matches the detail-page width convention max-w-xl was the narrowest centered container in the repo; detail pages (project, autopilot) use max-w-4xl. Title/description are borderless page-text fields like project-detail's, so no field-level caps needed. Co-Authored-By: Claude Fable 5 --- packages/views/teams/components/team-detail-page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/views/teams/components/team-detail-page.tsx b/packages/views/teams/components/team-detail-page.tsx index 4550b1fcde..e17b79c232 100644 --- a/packages/views/teams/components/team-detail-page.tsx +++ b/packages/views/teams/components/team-detail-page.tsx @@ -77,7 +77,7 @@ export function TeamDetailPage({ teamKey }: { teamKey: string }) {
-
+