fix: reduce funnel chart size with max-w-md constraint

This commit is contained in:
Usman Baig
2026-03-09 23:12:37 +01:00
parent 9f2032fc32
commit 242c76b763

View File

@@ -176,6 +176,7 @@ export default function FunnelReportPage() {
orientation="vertical" orientation="vertical"
color="var(--chart-1)" color="var(--chart-1)"
layers={3} layers={3}
className="mx-auto max-w-md"
/> />
</div> </div>