hgweb: wrap lines in file source view
authorAlexander Plavin <me@aplavin.ru>
Thu, 04 Jul 2013 14:19:13 +0400
changeset 19388 7f0a30744366
parent 19387 f2e4fdb3dd27
child 19389 41c4bdd1d585
hgweb: wrap lines in file source view
mercurial/templates/static/style-paper.css
--- a/mercurial/templates/static/style-paper.css	Thu Jul 04 14:18:44 2013 +0400
+++ b/mercurial/templates/static/style-paper.css	Thu Jul 04 14:19:13 2013 +0400
@@ -218,6 +218,7 @@
   display: inline-block;
   width: 100%;
   padding: 1px 0px;
+  white-space: pre-wrap;
   counter-increment: lineno;
 }