django-cms / django-filer

File and Image Management Application for django
https://django-filer.readthedocs.io/
Other
1.73k stars 574 forks source link

Django-filer styling causes misalignment in the djangocms-image and djangocms-file plugins #1442

Closed ketaki-udipi closed 1 month ago

ketaki-udipi commented 6 months ago

While upgrading to Django 4.2, the image and file upload box is smaller as compared to the Django 3.2 version and thus hides the search and edit icons. Django 4.2 added a class flex-container in django/contrib/admin/templates/admin/includes/fieldset.html. I think maybe the django-filer styling does not support the flexbox layout correctly.

With Django 3.2:

With Django 4.2:

Django version: 4.2 Python version: 3.11 Django-filer version: 3.1.1

stale[bot] commented 3 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

fsbraun commented 1 month ago

Fixed with #1453