We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fb5e42 commit 8ff4bc3Copy full SHA for 8ff4bc3
dashboard/src/components/charts/AllNodesStackedBarChart.tsx
@@ -637,7 +637,7 @@ export function AllNodesStackedBarChart() {
637
className="max-h-[400px] min-h-[200px]"
638
/>
639
) : (
640
- <div className="mx-auto w-full max-w-7xl">
+ <div className="mx-auto w-full max-w-[70rem]">
641
<ChartContainer
642
key={chartKey}
643
dir={'ltr'}
0 commit comments