Reduce selector combo size.

This commit is contained in:
Paulo Gustavo Veiga
2023-01-07 00:41:49 -08:00
parent d65b604a7e
commit 2dbfd77a37
17 changed files with 3 additions and 19 deletions

View File

@ -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',