mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
fix(doc): tables that break out of bounds
This commit is contained in:
parent
bf342f7bcf
commit
f5b0c3b68b
@ -42,6 +42,10 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
|
|||||||
td img {
|
td img {
|
||||||
max-width: 40vw;
|
max-width: 40vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
figure.table {
|
||||||
|
overflow: auto !important;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<div class="note-detail-doc-content"></div>
|
<div class="note-detail-doc-content"></div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user