Skip to content

Commit

Permalink
Refinements
Browse files Browse the repository at this point in the history
  • Loading branch information
taysea committed Mar 7, 2024
1 parent 2bf5211 commit abfcae3
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,13 @@ export const SustainabilityInsights = () => {
/>
</Toolbar>
</Toolbar>
<Grid columns="medium" gap="medium" pad={{ vertical: 'medium' }}>
<Grid
columns="medium"
gap="medium"
pad={{ vertical: 'medium' }}
// helps to smooth collapse transition
style={{ maxHeight: '450px' }}
>
<CarbonEmissions />
<EnergyConsumption />
<EnergyCost />
Expand Down

0 comments on commit abfcae3

Please sign in to comment.