From 97ef7e1455f17905f0d094db112af480d88bda70 Mon Sep 17 00:00:00 2001 From: catlog22 Date: Mon, 16 Feb 2026 13:17:49 +0800 Subject: [PATCH] fix: remove duplicate padding in TeamPage --- ccw/frontend/src/pages/TeamPage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccw/frontend/src/pages/TeamPage.tsx b/ccw/frontend/src/pages/TeamPage.tsx index 0130efd9..4e9f9b23 100644 --- a/ccw/frontend/src/pages/TeamPage.tsx +++ b/ccw/frontend/src/pages/TeamPage.tsx @@ -50,7 +50,7 @@ export function TeamPage() { // List view if (viewMode === 'list' || !selectedTeam) { return ( -
+
); @@ -71,7 +71,7 @@ export function TeamPage() { // Detail view return ( -
+
{/* Detail Header: back button + team name + stats + controls */}