[evolution/gnome-3-36] I#909 - Composer: Soft line breaks ignored in HTML after send



commit bc9a03c82f573ac52ce342a72a5d3a6080427f25
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 15 12:06:55 2020 +0200

    I#909 - Composer: Soft line breaks ignored in HTML after send
    
    Closes https://gitlab.gnome.org/GNOME/evolution/-/issues/909
    Reverts change for https://bugzilla.gnome.org/show_bug.cgi?id=770662

 src/modules/webkit-editor/e-webkit-editor.c | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/src/modules/webkit-editor/e-webkit-editor.c b/src/modules/webkit-editor/e-webkit-editor.c
index 002724e9a6..9c925dd1f8 100644
--- a/src/modules/webkit-editor/e-webkit-editor.c
+++ b/src/modules/webkit-editor/e-webkit-editor.c
@@ -1037,13 +1037,6 @@ webkit_editor_update_styles (EContentEditor *editor)
                "  display: none \n"
                "}\n");
 
-       g_string_append (
-               stylesheet,
-               "[data-evo-paragraph] "
-               "{\n"
-               "  white-space: pre-wrap; \n"
-               "}\n");
-
        g_string_append (
                stylesheet,
                "body[data-evo-plain-text] [data-evo-paragraph] "


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]