Make the comment layer overflow when the commenter image is larger than the comment text.

svn path=/plone.app.discussion/trunk/; revision=27599
This commit is contained in:
Timo Stollenwerk 2009-06-21 17:46:10 +00:00
parent fe4e1390ef
commit d8373799af
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
.comment {
min-height: 100px;
position: relative;
overflow: auto;
}
.commentImage {