mirror of
https://github.com/zadam/trilium.git
synced 2025-11-17 22:29:19 +08:00
fix(print): table captions not displayed properly (closes #6483)
This commit is contained in:
parent
28f88f2407
commit
3e0ef10b25
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue