Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ketaki-udipi opened this issue Dec 20, 2023 · 2 comments

Comments

@ketaki-udipi
Copy link

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:

  • Before selecting an image:
    image

  • After selecting an image
    image

With Django 4.2:

  • Before selecting an image:
    image

  • After selecting an image
    image

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

Copy link

stale bot commented Mar 19, 2024

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
Copy link
Sponsor Member

fsbraun commented May 19, 2024

Fixed with #1453

@fsbraun fsbraun closed this as completed May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants