Skip to content

Commit

Permalink
Fix bug in SASS/CSS that hid picture upload widget in djangocms-blog (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLake authored Feb 29, 2024
1 parent 7b7e5e5 commit 2d8a951
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 9 deletions.
2 changes: 1 addition & 1 deletion djangocms_admin_style/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
10. Publish the release when ready
11. Github actions will publish the new package to pypi
"""
__version__ = "3.3.0"
__version__ = "3.3.1"
2 changes: 1 addition & 1 deletion djangocms_admin_style/sass/components/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ form {
display: block;
//margin-right: 0;
}
div:has(div.hidden) {
& > div:has(> div.hidden) {
display: none;
}
}
Expand Down

Large diffs are not rendered by default.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
34 changes: 28 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2d8a951

Please sign in to comment.