[evolution/wip/webkit2] Don't break word at any character in wrapped blocks



commit 979e0d883dad6ac9c069581176586c61996296b3
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Aug 2 10:53:10 2016 +0200

    Don't break word at any character in wrapped blocks

 modules/webkit-editor/e-webkit-editor.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/webkit-editor/e-webkit-editor.c b/modules/webkit-editor/e-webkit-editor.c
index 63c21fe..0975cee 100644
--- a/modules/webkit-editor/e-webkit-editor.c
+++ b/modules/webkit-editor/e-webkit-editor.c
@@ -973,7 +973,7 @@ webkit_editor_update_styles (EContentEditor *editor)
                "body[data-evo-plain-text] [data-evo-paragraph] "
                "{\n"
                "  word-wrap: break-word; \n"
-               "  word-break: break-all; \n"
+               "  word-break: break-word; \n"
                "}\n");
 
        g_string_append_printf (


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