When using MUI, it automatically adds 65px of right padding to the outlined Autocomplete box. However, for my specific needs, I want to change this right padding to 50px. Despite my efforts to override the padding, I have been unsuccessful so far. You can view my attempt at changing the padding of the Autocomplete input box in this sandbox: https://codesandbox.io/s/sizes-demo-material-ui-forked-95rvqw
I have also included screenshots of the Autocomplete box that requires the padding adjustment.
https://i.stack.imgur.com/fOdno.png https://i.stack.imgur.com/HahGe.png
If anyone has suggestions on how to successfully override the default right padding of the Autocomplete box, please share them with me. Thank you.