mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2025-12-19 17:58:43 -05:00
fix: footer width (#1689)
This commit is contained in:
@@ -14,6 +14,7 @@ const StyledGrid = styled(Grid)(({ theme }) => ({
|
||||
[`& .${classes.itemStyle}`]: {
|
||||
minWidth: 0,
|
||||
paddingTop: theme.spacing(1),
|
||||
width: '100%',
|
||||
},
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user