From: Michael Vogel Date: Mon, 3 Dec 2012 07:29:41 +0000 (+0100) Subject: vier: maximum width of comments defined X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d548d1943f09a01d5b553d4d66404728d85b5b50;p=friendica.git vier: maximum width of comments defined --- 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;