I have ordered list with counter-increment property. How to make long text, if it breaks into multiple lines, to have same offset from left as first line? Now second line is shown under the numbers.
Here is the fiddle (look at 2.3 item):
http://jsfiddle.net/1vh1tt81/1/
I was able to achieve desired result using "position: absolute" on "li:before" element, but that caused other problems specific to my project so this is not good solution for me.
There was a similar question, but in the markup there was additonal a tag while I can't have any additional tags:
https://jsfiddle.net/rkmv3rn3/10/