From 881417f860696b23f4d4ff066d3e3812042a3019 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 13 Aug 2025 11:06:53 +0300 Subject: [PATCH] Revert "fix(print): table captions not displayed properly (closes #6483)" This reverts commit 3e0ef10b25e3b95e6b75e856756605e5d53c6e7d. --- apps/client/src/stylesheets/print.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/apps/client/src/stylesheets/print.css b/apps/client/src/stylesheets/print.css index 8c8612924..f537911e5 100644 --- a/apps/client/src/stylesheets/print.css +++ b/apps/client/src/stylesheets/print.css @@ -320,8 +320,3 @@ h6 { page-break-after: avoid; break-after: avoid; } - -figure.table { - /* Workaround for https://github.com/ckeditor/ckeditor5/issues/18903. Remove once official fix is released */ - display: table !important; -} \ No newline at end of file