From 2cb980822bd53d7742c79c92a4bb3dcb880b6d85 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Tue, 2 Oct 2018 15:10:02 -0400 Subject: [PATCH] changed textField width --- src/components/ReportForm.js | 1 + 1 file changed, 1 insertion(+) 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,