diff static/css/agora.less @ 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 3c4dc3b15f3b
line wrap: on
line diff
--- 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;