# HG changeset patch # User dellsystem # Date 1348330333 14400 # Node ID d6f65888e0f38d660339d85bf26a1d5f70c5c6b6 # Parent 5ab229c9d3489ed72011ef9db36368098b8e46e3 Add text-wrapping for snippet diffs Otherwise, if the line is too long, it will break out of the box and may be partially hidden behind the sidebar and may go beyond the page. diff -r 5ab229c9d348 -r d6f65888e0f3 static/css/agora.less --- a/static/css/agora.less Sat Sep 22 11:18:23 2012 -0400 +++ b/static/css/agora.less Sat Sep 22 12:12:13 2012 -0400 @@ -242,6 +242,9 @@ border: 1px solid @lightGrey; padding: 10px; background: @offWhite; + .code { + white-space: pre-wrap; + } .gi { background: #DFD;