1
0
Fork 0

lint(gui): make profile name field wider

This commit is contained in:
Sean Sube 2023-07-21 19:33:32 -05:00
parent a6e04611f2
commit 9e350f09df
Signed by: ssube
GPG Key ID: 3EED7B957D362AF1
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ export function Profiles(props: ProfilesProps) {
<Autocomplete
id="profile-select"
options={profiles}
sx={{ width: 200 }}
sx={{ width: '25em' }}
getOptionLabel={(option) => option.name}
clearOnBlur
renderOption={(optionProps, option) => (