From d548d1943f09a01d5b553d4d66404728d85b5b50 Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Mon, 3 Dec 2012 08:29:41 +0100 Subject: [PATCH] vier: maximum width of comments defined --- view/theme/vier/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/view/theme/vier/style.css b/view/theme/vier/style.css index f8209f1f24..f5e64ca478 100644 --- a/view/theme/vier/style.css +++ b/view/theme/vier/style.css @@ -1129,6 +1129,10 @@ section { width: 665px; border-bottom: 1px solid hsl(198, 21%, 79%); } +.wall-item-container.comment .wall-item-content { + max-width: 585px; +} + .wall-item-container.comment .contact-photo { width: 32px; height: 32px;