Pass this props in Autocomplete:
slotProps={{ paper: { style: { width: 'fit-content' } } }}
to Autocomplete component
<Autocomplete .... slotProps={{ paper: { style: { width: 'fit-content' } } }} />