From 05c51f5f175ea06aa76f74e6c3f355f4c68599a0 Mon Sep 17 00:00:00 2001 From: wxj Date: Tue, 30 Jun 2026 11:52:29 +0800 Subject: [PATCH] Fix bar chart: w-full replaced with flex-1 for proper justify-between layout --- web/src/components/dashboard/BarChart.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/dashboard/BarChart.jsx b/web/src/components/dashboard/BarChart.jsx index fcee3d7..b58dfb6 100644 --- a/web/src/components/dashboard/BarChart.jsx +++ b/web/src/components/dashboard/BarChart.jsx @@ -12,7 +12,7 @@ const BarChart = ({ data = [], height = 80, barW = 24 }) => { return (