Browse Source

Fix width.

feature/bike-tracking
Drew Larson 8 years ago
parent
commit
86ffc10c0e
  1. 2
      bikeshop_project/assets/js/bikes/components/Size/index.jsx

2
bikeshop_project/assets/js/bikes/components/Size/index.jsx

@ -37,7 +37,7 @@ const Size = ({ size, onChange }) => {
name="size" name="size"
value={size} value={size}
onChange={onChange} onChange={onChange}
fullWidth autoWidth
> >
<MenuItem value={null} primaryText="" /> <MenuItem value={null} primaryText="" />
{items} {items}

Loading…
Cancel
Save