Merge pull request #3305 from backstage/fix/cost-insights-excessive-header-margin
fix:(cost-insights-plugin): remove excessive header margin from cost overview banner
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/plugin-cost-insights': patch
|
||||
---
|
||||
|
||||
remove excessive margin from cost overview banner
|
||||
@@ -191,7 +191,7 @@ export const CostInsightsPage = () => {
|
||||
const CostOverviewBanner = () => (
|
||||
<Box
|
||||
px={3}
|
||||
marginTop={10}
|
||||
pt={6}
|
||||
display="flex"
|
||||
flexDirection="row"
|
||||
justifyContent="space-between"
|
||||
|
||||
Reference in New Issue
Block a user