fix(dashboard): make chart grid full-width (w-full on grid-2 container)
This commit is contained in:
@@ -81,7 +81,7 @@ export function TauriDashboardView({
|
|||||||
|
|
||||||
{/* Charts — grid-2 (1fr 1fr, collapses to 1fr on narrow) for reliable
|
{/* Charts — grid-2 (1fr 1fr, collapses to 1fr on narrow) for reliable
|
||||||
full-width equal columns, matching the rest of the admin dashboard */}
|
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}>
|
<ChartCard title="نمودار تعداد بیماران" selectorOptions={MONTHS}>
|
||||||
<TauriBarChart data={patientBars} />
|
<TauriBarChart data={patientBars} />
|
||||||
</ChartCard>
|
</ChartCard>
|
||||||
|
|||||||
Reference in New Issue
Block a user