Skip to content

Commit

Permalink
fix(ckeditor): revert #541 cuz #540 works fine now
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar committed Dec 9, 2022
1 parent 0aabb33 commit 2454dfa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/* IMPORTANT: Unnecessary if we use djangocms-text-ckeditor@5.0.0 */

@import url("https://combinatronics.com/django-cms/djangocms-text-ckeditor/3.10.0/djangocms_text_ckeditor/static/djangocms_text_ckeditor/css/cms.ckeditor.css");
/* To replicate load of external URL */
@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");

/* To stretch source editor textarea height */
/* https://github.com/django-cms/djangocms-text-ckeditor/pull/590 */
Expand Down

0 comments on commit 2454dfa

Please sign in to comment.