Mobile dataview numbered list render error

What I’m trying to do

I have a dataview query that renders a numbered list. When on mobile, the list doesn’t render properly the left characters of the numbers. So after 7, 8, 9, the list renders again 0, 1, 2 3. Only the least significant digit of the number is shown.

This is not a funcitonality error, the list contains everyhthing I expect it to contain. And I suspect that the missing digits are “hidden after the edge of the screen”

I am using the default theme, only changed the text size and accent color.

Things I have tried

If I make the font size small enough, one extra digit is shown, although a few pixels at the left of the digit are still “hidden”.

Maybe there is something in the CSS that I should tweak to fix this?