From 161d16bc98a8d588e6fe20cab7dd0a666426277d Mon Sep 17 00:00:00 2001 From: R4z3r Date: Mon, 21 Oct 2013 13:39:46 -0400 Subject: [PATCH] Fix word-break to match the value http://www.w3schools.com/cssref/css3_pr_word-wrap.asp --- static/styles/proton/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/proton/style.css b/static/styles/proton/style.css index 7a7bd439..21b18a94 100644 --- a/static/styles/proton/style.css +++ b/static/styles/proton/style.css @@ -764,7 +764,7 @@ table { -moz-box-shadow: -4px 1px 8px rgba(187, 215, 235, 0.8); box-shadow: -4px 1px 8px rgba(187, 215, 235, 0.8); background-color: #F5F5F5; - word-break: break-word; + word-wrap: break-word; } .forum_post .body div {