Fixes the missing borders on customizable homepage cards
Signed-off-by: Adam Kunicki <kunickiaj@gmail.com>
This commit is contained in:
@@ -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%',
|
||||
|
||||
Reference in New Issue
Block a user