Merge pull request #5583 from mtlewis/remove-infocard-bottom-padding

Remove extra bottom padding in InfoCard content
This commit is contained in:
Fredrik Adelöw
2021-05-05 13:32:55 +02:00
committed by GitHub
2 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/theme': patch
---
Remove extra bottom padding in InfoCard content
+3
View File
@@ -257,6 +257,9 @@ export function createThemeOverrides(theme: BackstageTheme): Overrides {
// etc) end up at the bottom of the card instead of just below the body
// contents.
flexGrow: 1,
'&:last-child': {
paddingBottom: undefined,
},
},
},
MuiCardActions: {