Fixes the missing borders on customizable homepage cards

Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
This commit is contained in:
Adam Kunicki
2023-08-15 14:57:30 -07:00
parent 6d98b87ac3
commit 2bc96ce69e
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.
@@ -68,7 +68,6 @@ const useStyles = makeStyles((theme: Theme) =>
marginLeft: theme.spacing(2),
},
widgetWrapper: {
overflow: 'hidden',
'& > div[class*="MuiCard-root"]': {
width: '100%',
height: '100%',