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
422 stars 117 forks source link

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

Closed vstoykov closed 8 years ago

vstoykov commented 8 years ago

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

vstoykov commented 8 years ago

I bisected the changes and found that the reason is in this commit https://github.com/divio/djangocms-admin-style/commit/a5a4b50770820ce78d12bc67c3fc3de0ca73cd43

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

lory87 commented 8 years ago

@vstoykov I merged the fixes to master.