darklow / django-suit

Modern theme for Django admin interface
http://djangosuit.com/
Other
2.31k stars 701 forks source link

Chosen list in filtered manytomany field is too small to see any chosen selections #767

Open dennisvd opened 3 years ago

dennisvd commented 3 years ago

Chosen list in manytomany field is too small to see any chosen selections.

I noticed that the height of the element is only 10px: <select id="id_satisfired_list_to" multiple="multiple" size="0" name="satisfired_list" class="filtered" style="height: 10px;">

image