aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2013-10-09 22:16:14 +0800
committerMilan Crha <mcrha@redhat.com>2013-10-09 22:18:40 +0800
commit88317a7844d278314a7ded6f686892cfb9f73de1 (patch)
tree94e2f89575a600ba5cb6ac987b0a03bc4cfbf506
parent7cf439f1a276c66e8f0c849841692633754b7e52 (diff)
downloadgsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar.gz
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar.bz2
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar.lz
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar.xz
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.tar.zst
gsoc2013-evolution-88317a7844d278314a7ded6f686892cfb9f73de1.zip
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.
-rw-r--r--data/webview-print.css6
-rw-r--r--data/webview.css5
2 files changed, 10 insertions, 1 deletions
diff --git a/data/webview-print.css b/data/webview-print.css
index 28712e5c3f..499f6e3b32 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 9d381a8a68..6a5eb1b00f 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 {