changeset 158:d14822d10833

Fix line-wrapping and whitespace for snippets This had been fixed before but I accidentally broke it when trying to remove something else
author dellsystem <ilostwaldo@gmail.com>
date Mon, 15 Oct 2012 01:51:22 -0400
parents 728712eaa1b2
children aa9a594334c7
files static/css/code.less
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/static/css/code.less	Mon Oct 15 01:44:38 2012 -0400
+++ b/static/css/code.less	Mon Oct 15 01:51:22 2012 -0400
@@ -10,8 +10,9 @@
         border: 1px solid @lightGrey;
         .border-radius(7px);
 
-        .line p {
+        .line {
             white-space: pre-wrap;
+            word-wrap: break-word;
         }
     }