[Xfce4-commits] <postler:master> Allow quotations to wrap overly long lines

Christian Dywan noreply at xfce.org
Sun Mar 27 17:34:06 CEST 2011


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

commit 658a40a3c1e52acc315c92ef2b87a14355bbeea4
Author: Christian Dywan <christian at twotoasts.de>
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 */



More information about the Xfce4-commits mailing list