1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

Fix width.

This commit is contained in:
Drew Larson 2017-02-01 22:23:07 -06:00
parent 274c8ed5e4
commit 86ffc10c0e

View File

@ -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}