mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-09-09 01:18:18 +00:00
style: reduce horizontal padding on fleet dashboards
Add px="lg" (24px) to all Container components: - FleetDashboard - FuelPurchasePage - FuelStatsPage - MaintenancePage - FinancialReportsPage - TrackingPage Reduces left/right padding from default to 24px, making better use of horizontal screen space. Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -72,7 +72,7 @@ export function TrackingPage() {
|
||||
});
|
||||
|
||||
return (
|
||||
<Container size="xl" py="xl">
|
||||
<Container size="xl" py="xl" px="lg">
|
||||
<Breadcrumbs items={[{ label: 'Fleet' }, { label: 'Vehicle Tracking' }]} />
|
||||
|
||||
<Stack gap="xl">
|
||||
|
||||
Reference in New Issue
Block a user