From c4377d371c3d8cd7dcb5e5e49c8012b8847d8fdb Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Wed, 26 May 2021 00:53:24 -0700 Subject: [PATCH] Enabled word wrapping in blocks found in READMEs. --- static/gitweb.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/gitweb.css b/static/gitweb.css index 48cf972..d001682 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -398,6 +398,8 @@ th .header { .readme tt, .readme code, .readme kbd, .readme samp { font-family: monospace; background-color: #eaeaea; + white-space: pre-wrap; + word-break: keep-all; } .readme blockquote { -- 2.20.1