django-cms / djangocms-frontend

django CMS frontend is a plugin bundle for django CMS providing several components for the frontend, currently implemented with the popular Bootstrap 5 framework.
Other
42 stars 20 forks source link

fix: Improved fieldset layout for Django 4.2+ #185

Closed fsbraun closed 4 months ago

fsbraun commented 5 months ago

Django changed the fieldset layout for fto flexbox for Django 4.2+. This updates djangocms-frontend's overwritten layout to reflect the new changes.

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (f11feee) 86.93% compared to head (ebf43dd) 86.93%. Report is 3 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #185 +/- ## ======================================= Coverage 86.93% 86.93% ======================================= Files 120 120 Lines 3107 3107 Branches 330 330 ======================================= Hits 2701 2701 Misses 304 304 Partials 102 102 ```

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