changeset 19388:7f0a30744366

hgweb: wrap lines in file source view
author Alexander Plavin <me@aplavin.ru>
date Thu, 04 Jul 2013 14:19:13 +0400
parents f2e4fdb3dd27
children 41c4bdd1d585
files mercurial/templates/static/style-paper.css
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;
 }