diff --git a/contrib/static/site.css b/contrib/static/site.css index d2ecacc..59f670b 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -41,8 +41,9 @@ pre { white-space: pre-wrap; background: #3f3f3f; color: #d17600; - display: block-inline; + display: inline-block; overflow-wrap: break-word; + word-wrap: break-word; } td { @@ -313,4 +314,4 @@ textarea#reply-text { hr { padding-bottom: 20px; -} \ No newline at end of file +}