From 88f58657381ce6dd746688e5d57b1a899312d844 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 23 Nov 2012 12:15:03 +0100 Subject: [PATCH] Vier: Maximum with for content area --- view/theme/vier/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index 0d09597bbf..f8209f1f24 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1046,7 +1046,7 @@ section { .wall-item-container .wall-item-content { font-size: 13px; - max-width: 720px; + max-width: 660px; word-wrap: break-word; line-height: 1.4; }