[evolution/gnome-3-10] Auto-wrap long anchors



commit 88317a7844d278314a7ded6f686892cfb9f73de1
Author: Milan Crha <mcrha redhat com>
Date:   Wed Oct 9 16:16:14 2013 +0200

    Auto-wrap long anchors
    
    Make Webkit auto-wrap long anchors, thus they do not dictate content
    width, which may make it too wide for a window with extra long links.

 data/webview-print.css |    6 +++++-
 data/webview.css       |    5 +++++
 2 files changed, 10 insertions(+), 1 deletions(-)
---
diff --git a/data/webview-print.css b/data/webview-print.css
index 28712e5..499f6e3 100644
--- a/data/webview-print.css
+++ b/data/webview-print.css
@@ -41,6 +41,11 @@ th {
         margin: 8px;
 }
 
+a {
+       white-space:normal;
+       word-break:break-all;
+}
+
 /***** PRINTING *******/
 
 .printing-header {
@@ -60,4 +65,3 @@ th {
 .attachments-list th {
         font-weight: bold;
 }
-
diff --git a/data/webview.css b/data/webview.css
index 9d381a8..6a5eb1b 100644
--- a/data/webview.css
+++ b/data/webview.css
@@ -70,6 +70,11 @@ object { /* GtkWidgets */
   font-weight: bold;
 }
 
+a {
+       white-space:normal;
+       word-break:break-all;
+}
+
 /**** HEADERS ****/
 
 table.header {


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