unfoldadmin / django-unfold

Modern Django admin theme for seamless interface development
https://unfoldadmin.com
MIT License
1.04k stars 96 forks source link

Adjust Auto Complete width in TabularInline #327

Closed afsangujarati93 closed 5 days ago

afsangujarati93 commented 1 month ago

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

image

SS without autocomplete on the location field (normal select)

image

Is there a way to fix this using the code or it needs to be fixed in unfold itself?

justinqian42 commented 1 month ago

This is the same to https://github.com/unfoldadmin/django-unfold/issues/267