diff --git a/src/components/ReportForm.js b/src/components/ReportForm.js index 15e607f..95c87ff 100644 --- a/src/components/ReportForm.js +++ b/src/components/ReportForm.js @@ -23,6 +23,7 @@ const styles = theme => ({ marginRight: theme.spacing.unit, marginTop: theme.spacing.unit * 2, flexBasis: 280, + width: '90%' }, button: { marginLeft: theme.spacing.unit * 2,