OK, this now merged:
The indent for lists now is quite deep:
And not really consistent with indenting of bulleted lists, which does impact readability.
- testing
- testing
- testing
@awesomerobot can you have a quick to see if there is a CSS fix to improve this a bit?
If not, one options may be to place a class via the renderer on “big” lists.
Then we can use our old styling and add some additional rules for
.ul.digits-2
.ul.digits-3
and so on.