-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<li> padding cuts off '.' for lists longer than 9 items. #24
Comments
Ah that's annoying. If you manage to fix it, I'll take a PR |
I'm a little rusty on my web dev skills, but is imply increasing the |
hmm I'll try locally in a bit (unless your site is live somewhere and I can just do it in the console) |
I do have a live site up that demonstrates this issue - note that I manually changed the padding-left value locally as a rough attempt at fixing the issue. The distance between the 1-9 and 10+ numbers is noticeable though, and I'm not sure how to solve that. Here you go: https://austindw.com/openwrt-router-setup/#setting-up-sqm |
Messing around with it, the padding value seems to be set here:
after-dark/sass/_vendor.scss
Line 257 in 9f1cc6c
I'm not sure if that's the best place to fix this, but I figure it's more important to make the bug report right now.
Here's an example image of list items that have more than 10 items:
The text was updated successfully, but these errors were encountered: