mirror of
https://github.com/zadam/trilium.git
synced 2025-10-20 07:08:55 +02:00
fix(print): table captions not displayed properly (closes #6483)
This commit is contained in:
parent
28f88f2407
commit
3e0ef10b25
@ -320,3 +320,8 @@ h6 {
|
|||||||
page-break-after: avoid;
|
page-break-after: avoid;
|
||||||
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;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user