Skip to content

Commit

Permalink
set w-full
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed Jan 18, 2024
1 parent 50852d1 commit 2f0f76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/graph/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ export default function Page() {
</TableBody>
</Table>
</TabsContent>
<TabsContent value="graph" className="grow">
<TabsContent value="graph" className="grow w-full">
<div className="h-full flex flex-col">
<div className="grid grid-cols-6">
<Toolbar className="col-start-1 justify-start" chartRef={chartRef} />
Expand Down

0 comments on commit 2f0f76e

Please sign in to comment.