Open jaredzimmerman opened 9 years ago
@prtksxna yo!
Pretty sure there is already an issue open for this.
@JohnMcLear, are you referring to #2055?
FWIW Afaik this is unsolvable as we use content before psuedo class and not any margins or padding.
This is the closest I can get with CSS, note the 1.10 indentation is wrong..
Change is this:
ol.list-number1{ text-indent: -10px; margin-left:10px;}
ol.list-number2{ text-indent: -29px; margin-left:39px;}
Basically you would need to get the width of the :before psuedo element and appy that as margin-left and to do that you would need to iterate over each list item which would be expensive.. I just don't see a better fix but I'd love someone else to jump in! 👯♂
wrapped line should indent to match the first line.