fix: stabilize dashboard chart layout
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
parent
07ff117a67
commit
a564cd2de7
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ export default function Dashboard() {
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<SectionCards />
|
<SectionCards />
|
||||||
<div className="grid gap-6 px-4 lg:grid-cols-[1.1fr_0.9fr] lg:px-6">
|
<div className="grid gap-6 px-4 lg:grid-cols-[minmax(0,1.1fr)_minmax(0,0.9fr)] lg:px-6 lg:[&>*]:min-w-0">
|
||||||
<ChartAreaInteractive />
|
<ChartAreaInteractive />
|
||||||
<RecentTicketsPanel />
|
<RecentTicketsPanel />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue