Skip to content

Commit

Permalink
fix(django): implement djangocms-text-ckeditor#568 (#540)
Browse files Browse the repository at this point in the history
Implement the #568 fix from PR #590 until we update our ckeditor to v5.

This will save H.P. (main CMS admin/designer) so many tiny bits of time.
  • Loading branch information
wesleyboar authored Aug 16, 2022
1 parent 9280c55 commit cd2d6d9
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/* IMPORTANT: Unnecessary if we use djangocms-text-ckeditor@5.0.0 */

@import url("https://raw.githubusercontent.com/django-cms/djangocms-text-ckeditor/3.10.0/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css");

/* https://github.com/django-cms/djangocms-text-ckeditor/pull/590 */
textarea.cke_source { max-height: inherit; }

0 comments on commit cd2d6d9

Please sign in to comment.