From 9b30e3646f59baaf91abfcda2a50adb30f622afa Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Thu, 8 May 2025 23:19:16 +0300 Subject: [PATCH] chore(ckeditor): add original content CSS --- packages/ckeditor5/src/theme/ck-content.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/ckeditor5/src/theme/ck-content.css b/packages/ckeditor5/src/theme/ck-content.css index a786ccd23..e9db06ec5 100644 --- a/packages/ckeditor5/src/theme/ck-content.css +++ b/packages/ckeditor5/src/theme/ck-content.css @@ -1,3 +1,5 @@ +@import "ckeditor5/ckeditor5-content.css"; + .printed-content .ck-widget__selection-handle, .printed-content .ck-widget__type-around { /* gets rid of triangles: https://github.com/zadam/trilium/issues/1129 */ display: none; }