diff options
| author | Milan Crha <mcrha@redhat.com> | 2013-10-09 22:16:14 +0800 |
|---|---|---|
| committer | Milan Crha <mcrha@redhat.com> | 2013-10-09 22:16:14 +0800 |
| commit | 00005fe386bb9fa13aedd484cb015a736cef4d55 (patch) | |
| tree | 287f581ad24bc29855959958ac433f816df9b20b /data/webview.css | |
| parent | c3c9ba6705c76a1a806ee43eba9c698a96640ec1 (diff) | |
| download | gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar.gz gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar.bz2 gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar.lz gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar.xz gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.tar.zst gsoc2013-evolution-00005fe386bb9fa13aedd484cb015a736cef4d55.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.
Diffstat (limited to 'data/webview.css')
| -rw-r--r-- | data/webview.css | 5 |
1 files changed, 5 insertions, 0 deletions
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 { |
