Fix issue #10, newlines should be showing up now

Took 27 minutes
This commit is contained in:
2020-10-04 21:04:25 +02:00
parent 10ae17b246
commit c2fe6c4d08
4 changed files with 29 additions and 14 deletions

View File

@ -141,7 +141,7 @@
</button>
</div>
<div class="modal-body">
<span id="readMoreModalText" class="text-justify">Loading...</span>
<span id="readMoreModalText" class="text-justify" style="white-space: pre-line;" >Loading...</span>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>