[bijiben] NoteView: wrap words if needed.



commit 5539068bfbcc861d87d735da27885b51bf11597e
Author: Pierre-Yves Luyten <py luyten fr>
Date:   Mon Apr 15 10:48:56 2013 +0200

    NoteView: wrap words if needed.
    
    Fixes #698027

 data/Default.css | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/data/Default.css b/data/Default.css
index c2a1694..cdf1c70 100644
--- a/data/Default.css
+++ b/data/Default.css
@@ -3,6 +3,7 @@ body {
   margin-left:      2em;
   margin-right:     2em;
   margin-bottom:    8em;
+  word-wrap:        break-word;
 
   background-image: -webkit-linear-gradient(90deg,
                                rgba(97%,97%,100%,0) 0%,


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