Hi SQ!
We have some issue with the activitystream:
When doing the first comment to an item, the style is just fine. The textbox appears at bottom, correct style.
But up from comment 2 (when the textbox should appear under the last comment), it appears that the style has crashed. The edit-textbox starts at right of the former comment, while avatar and comment-button are bit at bottom..
I tried to solve this via
/*
div.ac-textarea {
clear: both;
}*/
which works so far, but this made on the other hand that the editbox starts at the bottomright corner of the avatar (not beneath, starting next to the avatars topright corner, as it should).
Any avice for this?
Thankyou!