diff --git a/app/components/FormInput.js b/app/components/FormInput.js index bd21fbc5..c784837d 100644 --- a/app/components/FormInput.js +++ b/app/components/FormInput.js @@ -2,6 +2,7 @@ import React, { PureComponent } from 'react' import PropTypes from 'prop-types' const styles = { + title: { textAlign: 'center' }, form: { display: 'flex', flexDirection: 'row', @@ -53,7 +54,7 @@ export default class FormInput extends PureComponent { const val = typeof value !== 'undefined' ? value : inputProps.value return (