It drives me crazy when I see that next line coming under the Bullet point. Here, margins and paddings are not very helpful. The text-indent property with minus value helps us to get the next lines properly indented -
ul li{
list-style-type: disc;
list-style-position: inside;
padding: 10px 0 10px 20px;
text-indent: -1em;
}
ul li{
list-style-type: disc;
list-style-position: inside;
padding: 10px 0 10px 20px;
text-indent: -1em;
}
thanks a lot!!
ReplyDeleteoh gosh, thank you
ReplyDeleteThank you very mucg! :)
ReplyDeleteExatly what I was looking for - thanks very much!
ReplyDeleteAmazing! Works like a charm across major browsers.
ReplyDeleteThank you so much Dipak! Worked perfectly. I've been struggling with this issue for months. I can sleep easy at night now ;-)
ReplyDelete<3 I was given control of a work-in-progress and this just made all the bad feelings go away. Thankyou.
ReplyDeletegreat work
ReplyDeletesupeRub solution :)
ReplyDeleteYou legend! This is a great solution :D
ReplyDeleteThank You! helped me a lot!
ReplyDelete