You can log back in here.
Add overflow: auto; and height: ---px; to . Change the dashes to a number. That is how tall, in pixels, your column will be.
I think it's your comment box that's stretching the column, so try changing the width of it. .textbox, {width: ---px !important;}
.textbox, {width: ---px !important;}
Then just add overflow-x: hidden; to and it should go away. :)
overflow-x: hidden;