Bring back fullwidth.

This commit is contained in:
Drew Larson
2017-05-23 19:27:57 -06:00
parent 86ffc10c0e
commit 846d07b894
@@ -28,7 +28,7 @@ const Source = ({ source, onChange }) => {
floatingLabelText="Donation source"
value={source}
onChange={onChange}
autoWidth
fullWidth
>
{items}
</SelectField>