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:
parent
76887f25c9
commit
a741095b14
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user