fix display of text notes in note revisions

This commit is contained in:
zadam
2020-04-21 22:59:37 +02:00
parent 657ff16267
commit dc89f72e75
2 changed files with 3 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
<div id="note-revision-title-buttons"></div>
</div>
<div id="note-revision-content" style="overflow: auto;"></div>
<div id="note-revision-content" style="overflow: auto; word-break: break-word;"></div>
</div>
</div>
</div>