Did you find an answer to this? I tried making the textarea width 100% and a few other things. I'm not sure how to break out of the columns setting. Textareas are set to 145px wide, cols=0. Way too small. Thought the following would do something but didn't
.ss-q-long {
width:100%;
}