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
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user