Fixed bug where paper would go off screen
This commit is contained in:
parent
7b0b1de103
commit
2b664334a2
|
@ -11,7 +11,7 @@ const styles = theme => ({
|
||||||
margin: theme.spacing.unit * 2,
|
margin: theme.spacing.unit * 2,
|
||||||
paddingTop: theme.spacing.unit * 2,
|
paddingTop: theme.spacing.unit * 2,
|
||||||
paddingBottom: theme.spacing.unit * 2,
|
paddingBottom: theme.spacing.unit * 2,
|
||||||
width: '100%'
|
boxSizing: 'borderBox'
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue