You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by hu...@apache.org on 2021/12/16 18:03:30 UTC

[incubator-ponymail-foal] branch master updated: fix a few more pres

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 7141aa9  fix a few more pres
7141aa9 is described below

commit 7141aa9e266d33380d7d2032167b0ff555928479
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Dec 16 19:03:21 2021 +0100

    fix a few more pres
---
 webui/css/scaffolding.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webui/css/scaffolding.css b/webui/css/scaffolding.css
index 1809094..25e12c7 100644
--- a/webui/css/scaffolding.css
+++ b/webui/css/scaffolding.css
@@ -1003,7 +1003,7 @@ a .listview_email_threaded {
 
 
 .email_wrapper_nonest pre {
-  white-space: pre-line;
+  white-space: pre-wrap;
   border: none;
   color: #223;
   padding: 5px;
@@ -1015,7 +1015,7 @@ a .listview_email_threaded {
 }
 
 .email_wrapper pre {
-  white-space: pre-line;
+  white-space: pre-wrap;
   border: none;
   color: #223;
   padding: 5px;