diff --git a/apis/nucleus/src/components/Footer.jsx b/apis/nucleus/src/components/Footer.jsx index af9ef8833..8200da488 100644 --- a/apis/nucleus/src/components/Footer.jsx +++ b/apis/nucleus/src/components/Footer.jsx @@ -14,6 +14,7 @@ const StyledGrid = styled(Grid)(({ theme }) => ({ [`& .${classes.itemStyle}`]: { minWidth: 0, paddingTop: theme.spacing(1), + width: '100%', }, }));