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

Regression in Stacked inline in djangocms-admin-style==1.2.3

vstoykov opened this issue · comments

After upgrade to djangocms-admin-style==1.2.3 StackedInline is not full width anymore.

Before (1.2.2)

djangocms-admin-style-before-regression-stackedinline

After (1.2.3)

djangocms-adminstyle-regression-stackedinline

I bisected the changes and found that the reason is in this commit a5a4b50

Probably settings the width for particular case need to be done without !important

@vstoykov I merged the fixes to master.