mirror of
https://github.com/fspc/workstand.git
synced 2025-02-23 09:13:23 -05:00
Fix width.
This commit is contained in:
parent
274c8ed5e4
commit
86ffc10c0e
@ -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…
x
Reference in New Issue
Block a user