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
418 stars 118 forks source link

djangocms-admin-style and django-admin-shortcuts #480

Closed fsbraun closed 1 year ago

fsbraun commented 1 year ago

We are still using djangocms-admin-style and django-admin-shortcuts and we found out that starting version 3.2.1 shortcuts are not aligned. Can we move back @import "components/shortcuts"; into a new version? The solution I used to make it work for us was taken from that issue https://github.com/alesdotio/django-admin-shortcuts/issues/34

P.S. In case if someone needs same solution, you can take a look it here

Originally posted by @DmytroLitvinov in https://github.com/django-cms/djangocms-admin-style/issues/472#issuecomment-1372211572