Merge pull request #19390 from kunickiaj/home-card-border-fix

Fixes the missing borders on customizable homepage cards
This commit is contained in:
Patrik Oldsberg
2023-09-08 17:19:40 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-home': patch
---
Fixed a bug where customizable home page cards would render missing their normal borders.
@@ -69,7 +69,6 @@ const useStyles = makeStyles((theme: Theme) =>
marginLeft: theme.spacing(2),
},
widgetWrapper: {
overflow: 'hidden',
'& > div[class*="MuiCard-root"]': {
width: '100%',
height: '100%',