django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.
http://www.django-cms.org/
Other
411 stars 116 forks source link

Button layout/sizes with Django 4.2 and CMS 3.11 #506

Closed petrklus closed 5 months ago

petrklus commented 5 months ago

Upgraded a project to Django 4.2 and noticed odd action button layouts with djangocms-admin-style==3.2.7 and django-cms==3.11.4:

image

Also, the layout of the admin navbar is a bit odd:

image

For custom models, the actions row looks better but the buttons are still not aligned size-wise (the delete button is shorter than the others):

image

@fsbraun is the above expected with Django 4.2?

fsbraun commented 5 months ago

@petrklus Thanks for pointing out these inconsistencies!

Can you check if pip install git+https://github.com/fsbraun/djangocms-admin-style@fix/django-4-2-submit-row will solve your problem? Please let me know if there are other inconsistencies you notice!

petrklus commented 5 months ago

thank you for the quick response @fsbraun , will review your fix and also have a general poke around to see if anything else needs amending

petrklus commented 5 months ago

that fixed the issue @fsbraun - will now continue and review if I can spot any further issues, thank you for the fix!

fsbraun commented 5 months ago

@petrklus Any new observations? If not, I will go to release this.