fix(in-app-help): fix image max width

This commit is contained in:
Elian Doran 2025-03-05 21:38:56 +02:00
parent dd28ce9e5d
commit 07b1f69f7a
No known key found for this signature in database

View File

@ -36,7 +36,7 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
}
img {
max-width: 90vw;
max-width: 100%;
height: auto;
}