Ordered List with Checkbox list-style-position outside

I am using Obsidian Mobile. I use lists along with checkbox. But I am having a problem with making the list-style-position of it outside. I am not OK with the way it looks.

If it is for a normal unordered list the css code below works.

ol {
  list-style-position: outside;
}

But for ordered lists with check box it don’t work…

Can Anyone help to code a css snippet for this problem.

Thanks…

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.