How to keep list style indent for second line in ordered or lists via CSS?
How to keep list style indent for second line in ordered or lists via CSS?
please check below images and code ,
before
Please add below code in to css.ul li { padding: 0; margin: 0; list-style: inherit; list-style-position: inside; text-indent: -1em; padding-left: 1em; }
after
test link https://jsfiddle.net/dzbos70f/
Thanks