diff --git a/plone/app/discussion/browser/stylesheets/discussion.css b/plone/app/discussion/browser/stylesheets/discussion.css index c3b5ff7..0cd40c0 100644 --- a/plone/app/discussion/browser/stylesheets/discussion.css +++ b/plone/app/discussion/browser/stylesheets/discussion.css @@ -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;