fix: footer width (#1689)

This commit is contained in:
Jingjing Xie
2025-03-12 16:24:00 +01:00
committed by GitHub
parent 1d255f2da8
commit 286be6bebf

View File

@@ -14,6 +14,7 @@ const StyledGrid = styled(Grid)(({ theme }) => ({
[`& .${classes.itemStyle}`]: {
minWidth: 0,
paddingTop: theme.spacing(1),
width: '100%',
},
}));