diff --git a/contrib/static/site.css b/contrib/static/site.css index b58970d..31af257 100644 --- a/contrib/static/site.css +++ b/contrib/static/site.css @@ -43,6 +43,10 @@ textarea { padding: 10px 10px; } +pre > p { + display: block-inline; +} + .reply, th, .ukko_thread_header { background: #202331; }