diff --git a/apps/client/src/stylesheets/print.css b/apps/client/src/stylesheets/print.css index f537911e5..8c8612924 100644 --- a/apps/client/src/stylesheets/print.css +++ b/apps/client/src/stylesheets/print.css @@ -320,3 +320,8 @@ 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