django-cms / djangocms-admin-style

django CMS Admin Style is a Django Theme tailored to the needs of django CMS.

Home Page:http://www.django-cms.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Button layout/sizes with Django 4.2 and CMS 3.11

petrklus opened this issue · comments

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?

@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!

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

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

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