I what edit css file?

The default style already does a word wrap in that area. You must have changed that attribute somewhere. If you post your forum URL then I can debug your style to find the problem.
 
From Message.css, add to EXTRA.css for editing. Change the minimum height. You can match it to the height of your sidebar or whatever you need.

.message .messageContent
{
@property "messageContent";
min-height: 174px;
@property "/messageContent";
}
 
Top Bottom