Clear "float: left" from "manage portlets" div above the comment viewlet. This will get fixed in the next Plone 4 release. A bug report has been added to the tracker: https://dev.plone.org/plone/ticket/9903

svn path=/plone.app.discussion/trunk/; revision=32338
This commit is contained in:
Timo Stollenwerk 2009-12-07 15:39:49 +00:00
parent 76887f25c9
commit a741095b14
1 changed files with 7 additions and 0 deletions

View File

@ -8,6 +8,13 @@
/* Comments Viewlet
---------------------------------------------------------------- */
#commenting {
/* Clear "float: left" from "manage portlets" div above the
comment viewlet. This will get fixed in the next Plone 4
release. */
clear: both;
}
.comment {
min-height: 100px;
overflow: auto;