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

fix: Remove flex display for submit-row (as of Django 4.2) #507

Closed fsbraun closed 5 months ago

fsbraun commented 5 months ago

This PR resets display values of the submit row and admin header back to block as djangocms-admin-style expects. Django 4.2+ uses flex.

Additionally, the .deletelink does not be inside a .deletelink-box any more.

Fixes #506

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7ee48a8) 100.00% compared to head (3032e8e) 100.00%. Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #507 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 2 2 Lines 33 33 Branches 3 3 ========================================= Hits 33 33 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.