fix(doc): tables that break out of bounds

This commit is contained in:
Elian Doran 2025-02-08 12:01:27 +02:00
parent bf342f7bcf
commit f5b0c3b68b
No known key found for this signature in database

View File

@ -42,6 +42,10 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
td img {
max-width: 40vw;
}
figure.table {
overflow: auto !important;
}
</style>
<div class="note-detail-doc-content"></div>