unfoldadmin / django-unfold

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

Searchbox overflow issue in Tabular Inline Form #353

Closed afsangujarati93 closed 1 week ago

afsangujarati93 commented 4 weeks ago

I have an inline form with an autocomplete field. However, I have noticed that due to the number of fields in the tabular inline form, the autocomplete search box does not fit into the width of the dropdown.

image

is there an option to

  1. Fix this so that the width of the search box is same as the width of the dropdown
  2. Adjust the width of the individual columns/fields in the inline form so that the autocomplete filed has more room
lukasvinclav commented 1 week ago

Fixed #364