Enabled word wrapping in <code> blocks found in READMEs.
[gitweb-sgk] / static / gitweb.css
index 48cf972..d001682 100644 (file)
@@ -398,6 +398,8 @@ th .header {
 .readme tt, .readme code, .readme kbd, .readme samp {
   font-family: monospace;
   background-color: #eaeaea;
 .readme tt, .readme code, .readme kbd, .readme samp {
   font-family: monospace;
   background-color: #eaeaea;
+  white-space: pre-wrap;
+  word-break: keep-all;
 }
 
 .readme blockquote {
 }
 
 .readme blockquote {