diff --git a/web/static/style.css b/web/static/style.css index 7afb966..0d1b978 100644 --- a/web/static/style.css +++ b/web/static/style.css @@ -65,8 +65,9 @@ } .view-part-text-plain { - padding: 0.5em; + font-family: monospace; overflow-wrap: break-word; + padding: 0.5em; white-space: pre-wrap; word-break: break-word; word-wrap: break-word;