fix(dashboard): make chart grid full-width (w-full on grid-2 container)

This commit is contained in:
hamed
2026-07-14 14:19:05 +03:30
parent 3a5beffb4c
commit 73340e8996
@@ -81,7 +81,7 @@ export function TauriDashboardView({
{/* Charts — grid-2 (1fr 1fr, collapses to 1fr on narrow) for reliable
full-width equal columns, matching the rest of the admin dashboard */}
<div className="grid-2">
<div className="grid-2 w-full">
<ChartCard title="نمودار تعداد بیماران" selectorOptions={MONTHS}>
<TauriBarChart data={patientBars} />
</ChartCard>