mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
fix(in-app-help): fix image max width
This commit is contained in:
@@ -36,7 +36,7 @@ const TPL = `<div class="note-detail-doc note-detail-printable">
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 90vw;
|
||||
max-width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user