changeset 131:d6f65888e0f3

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.
author dellsystem <ilostwaldo@gmail.com>
date Sat, 22 Sep 2012 12:12:13 -0400
parents 5ab229c9d348
children 4f6977515048
files static/css/agora.less
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/agora.less
+++ b/static/css/agora.less
@@ -242,6 +242,9 @@
     border: 1px solid @lightGrey;
     padding: 10px;
     background: @offWhite;
+    .code {
+        white-space: pre-wrap;
+    }
 
     .gi {
         background: #DFD;