django-unfold
django-unfold copied to clipboard
Adjust Auto Complete width in TabularInline
I have a Tabular inline and when I add autocomplete on one of the field (location), it reduces the size of the field and the search box overflows out of the dropdown
SS with autocomplete on the location field
SS without autocomplete on the location field (normal select)
Is there a way to fix this using the code or it needs to be fixed in unfold itself?
This is the same to https://github.com/unfoldadmin/django-unfold/issues/267