Fix width.

This commit is contained in:
Drew Larson
2017-05-23 19:27:57 -06:00
parent 274c8ed5e4
commit 86ffc10c0e
@@ -37,7 +37,7 @@ const Size = ({ size, onChange }) => {
name="size"
value={size}
onChange={onChange}
fullWidth
autoWidth
>
<MenuItem value={null} primaryText="" />
{items}