Solved: Just added width: 100%; in #social .social-input-row, #social .form-submit in comments.css
/* Input row styles */
#social .social-input-row,
#social .form-submit {
clear: left;
margin: 0 0 10px;
overflow: hidden;
padding-left: 80px;
position: relative;
zoom: 1;
width: 100%;
}