Whenever I input a comment that exceeds the set width of 600px, the text gets cut off instead of moving to a new line. This issue can be seen in the image link provided above. I am utilizing an HTML comment box and the specific style for the comment box is as follows:
#HCB_comment_box div.comment {
border-top:1px solid #fff;
width: 600px;
}