From: Lorenz Date: Sun, 14 Oct 2012 18:18:29 +0000 (+0200) Subject: Long lines in source file view are now wrapped to the next line X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fgitweb-theme;a=commitdiff_plain;h=9ab881649e0c1e4a1c4cc3fff91a59ea52f680e9 Long lines in source file view are now wrapped to the next line --- diff --git a/gitweb.css b/gitweb.css index 01d86d9..8c58cad 100644 --- a/gitweb.css +++ b/gitweb.css @@ -540,7 +540,7 @@ td.error { /* blob view */ td.pre, div.pre, div.diff { - white-space: pre; + white-space: pre-wrap; } /* Style definition generated by highlight 2.4.5, http://www.andre-simon.de/ */