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' }, });