Adjust report page layout to reduce side margins
Update max-width and horizontal padding in Report.tsx for the main content area to better fit the report display. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 0fb68265-c270-4198-9584-3d9be9bddb41 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/3df548ff-50ae-432f-9be4-25d34eccc983/0fb68265-c270-4198-9584-3d9be9bddb41/g8mUCzT
This commit is contained in:
@ -244,7 +244,7 @@ export default function Report() {
|
||||
</header>
|
||||
|
||||
{/* Main Content */}
|
||||
<main className="flex-1 max-w-7xl mx-auto px-2 py-2 pb-32 w-full">
|
||||
<main className="flex-1 max-w-[1600px] mx-auto px-8 py-2 pb-32 w-full">
|
||||
<Tabs defaultValue="report" className="w-full">
|
||||
<TabsList className="grid w-full max-w-md mx-auto grid-cols-2 mb-4">
|
||||
<TabsTrigger value="report" data-testid="tab-report">
|
||||
|
||||
Reference in New Issue
Block a user