Long lines in source file view are now wrapped to the next line
authorLorenz <lorenz@localhost>
Sun, 14 Oct 2012 18:18:29 +0000 (20:18 +0200)
committerLorenz <lorenz@localhost>
Sun, 14 Oct 2012 18:18:29 +0000 (20:18 +0200)
gitweb.css

index 01d86d96c106f7aa99e609a8e61a363ac7dc2f1e..8c58cad59d130b416372fc56a2b59e01903a407f 100644 (file)
@@ -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/ */