I would like to know how to make an element with a hanging indent, along with a hidden overflow that does not hide said indent.
This demonstrates my problem:
http://jsfiddle.net/Skofo/qgd2p/
Thank you!
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.
Based on your fiddle, swap the
margin-left: 15px;forpadding-left: 15px;on yourlielements.I’ve only checked this in chrome, mind. You might have to set
box-sizingto something consistent to make it work cross-browser, likebox-sizing: border-box;