Skip to content

Commit

Permalink
style: update height of Card in CpusBarChart
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Oct 12, 2024
1 parent a31b7d3 commit df0d6b9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file.
2 changes: 1 addition & 1 deletion src/features/metrics/components/cpus/cpus.bar-charts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const CpusBarChart: React.FC = () => {
}));
}, [cpus]);
return (
<Card style={{ height: "380px" }}>
<Card style={{ height: "195px" }}>
<BarChart options={chartOptions} />
</Card>
);
Expand Down

0 comments on commit df0d6b9

Please sign in to comment.