Skip to content

Commit

Permalink
Dashboard chart is more legible on small viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Jan 19, 2024
1 parent fd0acec commit 7c8de3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/routes/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ export default function Dashboard() {
<div className="w-full mb-4">
<Card>
<CardContent>
<div className="h-80 pt-6">
<div className="h-80 pt-6 -m-4 -ml-8 sm:m-0">
<TimeSeriesChart data={chartData} intervalType={data.intervalType}></TimeSeriesChart>
</div>
</CardContent>
Expand Down

0 comments on commit 7c8de3e

Please sign in to comment.