Based on the following direction from the StudioPress forum mine is now working.
Change width from 100% to auto…that fixes the paragraph problem.
#social .social-comment-body {
font-size: 14px;
line-height: 18px;
overflow-x: hidden;
overflow-y: hidden;
width: auto;
}
I went into the widge comment.css file I found the occurence twice where it said width: 100% and changed it to width: auto.