Updating branch refs/heads/master
         to 658a40a3c1e52acc315c92ef2b87a14355bbeea4 (commit)
       from 4b9169f829b834a492bc6a03d92f75f287930af1 (commit)

commit 658a40a3c1e52acc315c92ef2b87a14355bbeea4
Author: Christian Dywan <[email protected]>
Date:   Sun Mar 27 16:02:44 2011 +0200

    Allow quotations to wrap overly long lines

 postler/postler-content.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index b41237e..09102ab 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -121,7 +121,7 @@ public class Postler.Content : WebKit.WebView {
         blockquote {
             margin: 1em;
             padding: 0.5em;
-            white-space: pre;
+            white-space: pre-wrap;
             color: GrayText;
         }
         /* Plain text */
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to