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:
parent
fe4e1390ef
commit
d8373799af
@ -7,6 +7,7 @@
|
|||||||
.comment {
|
.comment {
|
||||||
min-height: 100px;
|
min-height: 100px;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.commentImage {
|
.commentImage {
|
||||||
|
Loading…
Reference in New Issue
Block a user