fix: Remove excessive margin on the right (#931)

This commit is contained in:
Bruno Quaresma
2022-04-08 14:45:20 -03:00
committed by GitHub
parent 35a0acc9c6
commit cbd1c3e0be

View File

@ -31,8 +31,6 @@ const useStyles = makeStyles((theme) => ({
root: {
minHeight: 400,
marginBottom: theme.spacing(2),
// Prevents scrollbar jitter from long content
marginRight: "calc(-1 * (100vw - 100%))",
},
inner: {