what about videos?
if last post has a video, there is a big gap between posts, i mean video doesn't appear but gap.
also, if there is a image that has a long height, post has a same height as well.
Can we add max height to the last answer part?
how do we solve that?
i solve this problem via css:
.DiscussionListItem-info .item-lastpost {
max-height: 100px;
overflow: hidden;
}