Revert "fix(print): table captions not displayed properly (closes #6483)"

This reverts commit 3e0ef10b25e3b95e6b75e856756605e5d53c6e7d.
This commit is contained in:
Elian Doran 2025-08-13 11:06:53 +03:00
parent 337326da2b
commit 881417f860
No known key found for this signature in database

View File

@ -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;
}