Skip to content

Commit 8ff4bc3

Browse files
committed
fix(chart): proper max-w for stacked bar
1 parent 3fb5e42 commit 8ff4bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/src/components/charts/AllNodesStackedBarChart.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,7 +637,7 @@ export function AllNodesStackedBarChart() {
637637
className="max-h-[400px] min-h-[200px]"
638638
/>
639639
) : (
640-
<div className="mx-auto w-full max-w-7xl">
640+
<div className="mx-auto w-full max-w-[70rem]">
641641
<ChartContainer
642642
key={chartKey}
643643
dir={'ltr'}

0 commit comments

Comments
 (0)