Fix word breaking on user notes page
This commit is contained in:
parent
49b5387750
commit
1e9ef5a79c
|
@ -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}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user