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
@@ -68,7 +68,6 @@ const useStyles = makeStyles((theme: Theme) =>
marginLeft: theme.spacing(2),
},
widgetWrapper: {
overflow: 'hidden',
'& > div[class*="MuiCard-root"]': {
width: '100%',
height: '100%',