changeset 161:10eebb5a1c68

Add word-wrap: break-word to diffs
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 02:28:11 -0400
parents a5547f079190
children 57fc77eca92c
files static/css/agora.less
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/agora.less	Mon Oct 15 02:24:01 2012 -0400
+++ b/static/css/agora.less	Mon Oct 15 02:28:11 2012 -0400
@@ -259,6 +259,7 @@
     background: @offWhite;
     .code {
         white-space: pre-wrap;
+        word-wrap: break-word;
     }
 
     .gi {