[Xfce4-commits] <postler:master> Let 'pre' elements always wrap lines

Christian Dywan noreply at xfce.org
Sat Feb 12 16:44:02 CET 2011


Updating branch refs/heads/master
         to 416e23a6ad570229208e364d263710424cea930a (commit)
       from 3ea2fa5b7a190d76eaf61efb7ffd94730ce82309 (commit)

commit 416e23a6ad570229208e364d263710424cea930a
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sat Feb 12 15:53:16 2011 +0100

    Let 'pre' elements always wrap lines

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

diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 9feb0d1..bbcc8ca 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -160,6 +160,7 @@ public class Postler.Content : WebKit.WebView {
         img {
             max-height:100%; max-width:100%;
         }
+        pre { white-space: pre-wrap; }
         """;
 
     public Content () {



More information about the Xfce4-commits mailing list