I am facing an issue with a multi-column ordered list that has hundreds of entries. The problem is with the left-most column - once the numbers reach three digits, the first digit gets hidden. So instead of displaying 97, 98, 99, 00, 01, it shows up as 97, 98, 99, 00, 01, and so on.
This problem occurs consistently in both Firefox and Chrome browsers. While I managed to find a temporary fix by adjusting the left margin slightly, it's not an ideal solution as it causes unnecessary white space and shifts everything to the right.
Although experimenting further revealed that altering the list margin could potentially display the missing digit, this led to other issues where excessive white space was created due to extra margins around every list element.
If you wish to see the issue live, check out . The problem becomes evident only after reaching element # 100.
If anyone has suggestions on how to resolve this issue effectively without wasting screen space, please share your ideas here.