From 1e6793330fd8abd0864e6200e1975b391a07f0ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Forysiuk?= Date: Thu, 26 Jul 2012 21:13:30 +0200 Subject: [PATCH] Make text wrap in Readable mode --- data/faq.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/faq.css b/data/faq.css index 83f31b86..45f722fd 100644 --- a/data/faq.css +++ b/data/faq.css @@ -29,6 +29,8 @@ Stylesheet for Midori's documentation based on a version of Enrico Troeger. -webkit-column-width: auto !important; -webkit-box-shadow: none !important; width: auto !important; + word-wrap: break-word !important; + white-space: pre-line !important; } div, p {