diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 291: fix wrapping issue with code blocks

Message ID 20111117171515.23247.55140.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson Nov. 17, 2011, 5:15 p.m. UTC
Merge authors:
  Paul Larson (pwlars)
Related merge proposals:
  https://code.launchpad.net/~pwlars/lava-server/fix-888759/+merge/82474
  proposed by: Paul Larson (pwlars)
  review: Approve - Paul Larson (pwlars)
------------------------------------------------------------
revno: 291 [merge]
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-server
timestamp: Thu 2011-11-17 11:09:53 -0600
message:
  fix wrapping issue with code blocks
modified:
  lava_server/htdocs/css/default.css


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_server/htdocs/css/default.css'
--- lava_server/htdocs/css/default.css	2011-11-09 19:19:14 +0000
+++ lava_server/htdocs/css/default.css	2011-11-17 01:08:21 +0000
@@ -440,7 +440,7 @@ 
 }
 
 div.console code {
-  white-space: pre;
+  white-space: pre-wrap;
 }
 
 div.console ::selection {