From d8373799af7e2abf138927ee832b1a1168782964 Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Sun, 21 Jun 2009 17:46:10 +0000 Subject: [PATCH] Make the comment layer overflow when the commenter image is larger than the comment text. svn path=/plone.app.discussion/trunk/; revision=27599 --- plone/app/discussion/browser/stylesheets/discussion.css | 1 + 1 file changed, 1 insertion(+) diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index 4ff3b1c..e5b91be 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -7,6 +7,7 @@ .comment { min-height: 100px; position: relative; + overflow: auto; } .commentImage {