-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Ordered and suffix list styles bug after 9. #1130
Labels
lang/css
Anything involving CSS
state/has-pr
An issue which has a related PR open
type/bug
Any issue which is a bug or PR which fixes a bug
Milestone
Comments
lubber-de
added
type/bug
Any issue which is a bug or PR which fixes a bug
lang/css
Anything involving CSS
labels
Oct 29, 2019
I will look into this. |
This is similar to Semantic-Org/Semantic-UI#2332 |
I resigned myself from this issue since I am not familiar with |
I have the same problem and want to fix it. I see three ways
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
lang/css
Anything involving CSS
state/has-pr
An issue which has a related PR open
type/bug
Any issue which is a bug or PR which fixes a bug
Bug Report
When ordered list (with added dots from list.variables) or suffix list has numbers over 9. the styling fails.
Steps to reproduce
https://jsfiddle.net/qgms8p07/
Expected result
Numbers have the same margin relative to text no matter how big the number is.
Actual result
When list number is bigger than 9. the number/dot will have no margin relative to text and will even overlap.
Testcase
https://jsfiddle.net/qgms8p07/
Screenshot
Version
2.7.8
The text was updated successfully, but these errors were encountered: