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:
Ryan Vazquez
2020-11-16 12:37:30 -05:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
@@ -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"