Skip to content

Commit

Permalink
Bugfix/djangocms text ckeditor 568 from 590 (#541)
Browse files Browse the repository at this point in the history
* fix(django): implement djangocms-text-ckeditor#568

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.

* fix(django): working remote url for remote css

Fixes: #540

* fix: delete unrelated file added during merge
  • Loading branch information
wesleyboar authored Aug 16, 2022
1 parent d352977 commit 7fa5305
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +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");
@import url("https://combinatronics.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 7fa5305

Please sign in to comment.