Skip to content

Commit

Permalink
Fix the content editor integration
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed Dec 20, 2024
1 parent 2e1a237 commit 67c847b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Next version
package has been yanked.
- Applied the ``--prose-editor-background`` and ``--prose-editor-foreground``
CSS variables to the ProseMirror editing area.
- Fixed the django-content-editor support tweak where an empty label would make
the editor move to the left border.


0.10 (2024-12-17)
Expand Down
2 changes: 1 addition & 1 deletion django_prose_editor/static/django_prose_editor/editor.css

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

2 changes: 1 addition & 1 deletion src/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
}

/* content editor support */
label:empty:has(+ .prose-editor) {
label:empty:has(+ .prose-editor-wrapper) {
display: none;
}

Expand Down

0 comments on commit 67c847b

Please sign in to comment.