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

feat: Release 3.3 #508

Closed fsbraun closed 5 months ago

fsbraun commented 5 months ago

The PR adds back flex styling for multicolumn field sets to increase compatibility with Django 4.2+ admin styles.

Fixes a margin issue with checkbox helptexts

codecov[bot] commented 5 months ago

Codecov Report

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

Comparison is base (d7dcfba) 100.00% compared to head (07078c4) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #508 +/- ## ========================================= 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.

DmytroLitvinov commented 5 months ago

Hi @fsbraun , Not sure, but may I ask if that issue is fixed in that PR?

image
fsbraun commented 5 months ago

Should. But I'd appreciate if you could check. Can you install from my patch and test?

pip install git+https://github.com/fsbraun/djangocms-admin-style@chore/bump-to-3.2.8

DmytroLitvinov commented 5 months ago

@fsbraun , no branch like chore/bump-to-3.2.8

image
DmytroLitvinov commented 5 months ago

Should be from django-cms organization - pip install git+https://github.com/django-cms/djangocms-admin-style@chore/bump-to-3.2.8

DmytroLitvinov commented 5 months ago

Seems like fixed.

image