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

This commit is contained in:
Elian Doran 2025-07-26 23:25:04 +03:00
parent 28f88f2407
commit 3e0ef10b25
No known key found for this signature in database

View File

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