# HG changeset patch # User Paul Boddie # Date 1394576709 -3600 # Node ID eca860a4fe9bc7de01538c2105c5921f3e7d7bff # Parent 2d58408838b7d21cd1394575f0a8b75ca616a0cd Added an overflow property to source regions so that wide content is scrollable. diff -r 2d58408838b7 -r eca860a4fe9b themes/mercurialweb/static/style-mercurialweb.css --- a/themes/mercurialweb/static/style-mercurialweb.css Sat Mar 08 15:15:32 2014 +0100 +++ b/themes/mercurialweb/static/style-mercurialweb.css Tue Mar 11 23:25:09 2014 +0100 @@ -495,6 +495,10 @@ background-color: #eee; } +.source pre { + overflow: auto; +} + .file, .diff { overflow: hidden; }