diff --git a/src/public/app/widgets/type_widgets/read_only_text.js b/src/public/app/widgets/type_widgets/read_only_text.js index 83ae447ac..9e7641414 100644 --- a/src/public/app/widgets/type_widgets/read_only_text.js +++ b/src/public/app/widgets/type_widgets/read_only_text.js @@ -22,6 +22,10 @@ const TPL = ` .note-detail-readonly-text p:first-child, .note-detail-text::before { margin-top: 0; } + + .note-detail-readonly-text img { + max-width: 100%; + }
@@ -77,4 +81,4 @@ export default class ReadOnlyTextTypeWidget extends AbstractTextTypeWidget { this.loadIncludedNote(noteId, $(el)); }); } -} \ No newline at end of file +}