# HG changeset patch # User dellsystem # Date 1350282491 14400 # Node ID 10eebb5a1c68d04ff78fbb9ffedf91ee3e10f93b # Parent a5547f079190b3c0853ee7170f5b8ab92b1bcbca Add word-wrap: break-word to diffs diff -r a5547f079190 -r 10eebb5a1c68 static/css/agora.less --- 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 {