mirror of
https://bitbucket.org/wisemapping/wisemapping-frontend.git
synced 2025-06-11 18:43:22 +02:00
Reduce selector combo size.
This commit is contained in:
@ -37,7 +37,7 @@ const FontFamilySelect = (props: { fontFamilyModel: NodeProperty<string> }): Rea
|
||||
|
||||
return (
|
||||
<Box sx={{ minWidth: 120 }}>
|
||||
<FormControl variant="standard" sx={{ m: 1, minWidth: 220 }} size="small">
|
||||
<FormControl variant="standard" sx={{ m: 1 }} size="small">
|
||||
<Select id="demo-simple-select" value={font || ''} onChange={handleChange}>
|
||||
{[
|
||||
'Arial',
|
||||
|
Reference in New Issue
Block a user