Take a look at this;
Why is the 100% width tab exceeding the container? The content in the container also has a 100% width and this works just fine?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s because of the padding 10px.
Those extra 20px ( 10px from left and right ) is causing the overflow. If you have firebug installed or a tool like that, such things can be easily figured out.