From 2b664334a2d780cc5658ba4b03758219a8206f24 Mon Sep 17 00:00:00 2001 From: WildScotsmen Date: Mon, 17 Dec 2018 01:21:01 -0500 Subject: [PATCH] Fixed bug where paper would go off screen --- src/components/flamelink/FlameLinkComponentCreations.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/flamelink/FlameLinkComponentCreations.js b/src/components/flamelink/FlameLinkComponentCreations.js index 4af452a..afd5a72 100644 --- a/src/components/flamelink/FlameLinkComponentCreations.js +++ b/src/components/flamelink/FlameLinkComponentCreations.js @@ -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' }, });