From ebfed171c57f4e9848b730c1d9bab6418f463514 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 25 Feb 2013 21:00:47 +0100 Subject: Use better word breaking. This breaks at spaces, dots, ... if possible, but falls back to breaking anywhere if needed. Signed-off-by: Florian Pritz --- data/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data') diff --git a/data/css/style.css b/data/css/style.css index 454d7f9ea..f1066fc7a 100644 --- a/data/css/style.css +++ b/data/css/style.css @@ -109,7 +109,7 @@ code, pre, textarea { font-size: 12px; line-height: 1.4; white-space: pre-wrap; - word-break: break-all; + word-break: break-word; word-wrap: normal; } .code { -- cgit v1.2.3-24-g4f1b