diff --git a/src/components/contact/ContactForm.js b/src/components/contact/ContactForm.js index 4d09957..7eb72d1 100644 --- a/src/components/contact/ContactForm.js +++ b/src/components/contact/ContactForm.js @@ -18,8 +18,11 @@ const styles = theme => ({ actions: { width: "100%" }, - formItem: { + reactSelect: { width: "100%" + }, + formItem: { + margin: 8 } }); @@ -84,16 +87,18 @@ export class ContactForm extends Component { /> - {/*TODO: fix the reactselect component to work with redux-forms.*/} - +
+ {/*TODO: fix the reactselect component to work with redux-forms.*/} + +