Browse Source

Fix width.

feature/bike-tracking
Drew Larson 7 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"
value={size}
onChange={onChange}
fullWidth
autoWidth
>
<MenuItem value={null} primaryText="" />
{items}

Loading…
Cancel
Save