Fixed bug where paper would go off screen

This commit is contained in:
WildScotsmen 2018-12-17 01:21:01 -05:00
parent 7b0b1de103
commit 2b664334a2
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ const styles = theme => ({
margin: theme.spacing.unit * 2,
paddingTop: theme.spacing.unit * 2,
paddingBottom: theme.spacing.unit * 2,
width: '100%'
boxSizing: 'borderBox'
},
});