Skip to content

Commit

Permalink
style: Update span value in GlobalCpuAreaChart
Browse files Browse the repository at this point in the history
  • Loading branch information
pacholoamit committed Oct 13, 2024
1 parent ca9d3a9 commit 2d71826
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const GlobalCpuAreaChart: React.FC = ({}) => {
<Card style={{ height: "196px" }}>
<Grid justify="center" align="stretch">
<Grid.Col
span={3}
span={2}
h={"190px"}
style={{
backgroundColor: "transparent",
Expand All @@ -72,7 +72,7 @@ const GlobalCpuAreaChart: React.FC = ({}) => {
/>
</Grid.Col>

<Grid.Col span={9} h={"190px"}>
<Grid.Col span={10} h={"190px"}>
<AreaChart options={chartOptions} />
</Grid.Col>
</Grid>
Expand Down

0 comments on commit 2d71826

Please sign in to comment.