Fix word breaking on user notes page

face-detect
Noah Petherbridge 2023-09-16 16:16:24 -07:00
parent 49b5387750
commit 1e9ef5a79c
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
</span>
{{end}}
<div class="my-2" style="white-space: pre-wrap; line-break: anywhere; overflow: auto">{{.Message}}</div>
<div class="my-2" style="white-space: pre-wrap; word-break: break-word; overflow: auto">{{.Message}}</div>
</div>
</div>
{{end}}