diff options
author | Dan Vrátil <dvratil@redhat.com> | 2012-04-27 02:34:33 +0800 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2012-04-27 02:34:33 +0800 |
commit | 321d1e46acd90797bc2f2748c0017066f4b7e6d4 (patch) | |
tree | 9728b54ebd565bd5d57df2b98891fe0b3a05707c /data | |
parent | 3c4e56032c619c5042ce15266db976a7a0ae4825 (diff) | |
download | gsoc2013-evolution-321d1e46acd90797bc2f2748c0017066f4b7e6d4.tar.gz 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.css | 1 |
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 { |