aboutsummaryrefslogtreecommitdiffstats
path: root/data
diff options
context:
space:
mode:
authorDan Vrátil <dvratil@redhat.com>2012-04-27 02:34:33 +0800
committerDan Vrátil <dvratil@redhat.com>2012-04-27 02:34:33 +0800
commit321d1e46acd90797bc2f2748c0017066f4b7e6d4 (patch)
tree9728b54ebd565bd5d57df2b98891fe0b3a05707c /data
parent3c4e56032c619c5042ce15266db976a7a0ae4825 (diff)
downloadgsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.gz
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.bz2
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.lz
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.xz
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.zst
gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.zip
Bug #528508 - Wrap long lines when printing emails
Diffstat (limited to 'data')
-rw-r--r--data/webview-print.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/webview-print.css b/data/webview-print.css
index a2c5292d56..28712e5c3f 100644
--- a/data/webview-print.css
+++ b/data/webview-print.css
@@ -1,6 +1,7 @@
html, body {
padding: 0;
margin: 0;
+ word-wrap: break-word;
}
body {