wrong indent for the numbered list in with hazelnuts template
FilexD opened this issue · 3 comments
To my experience : a numbered list is indent wrongly with the hazelnuts template (nearly in the left margin instead of an indent on the right like the bullets list.
Thank you for the issue. Could you provide a screenshot and a code example please ?
Here's the code I added to the template:
Before:
This is a good place to demonstrate special features that your template provides. Ideally it should knit out-of-the-box, or at least contain clear instructions as to what needs changing.
The "code" added:
The numbered list {-}
Here is the test.
- One
- Two
- Three
After :
Second level {-}
The screenshot:
This : f842b87 should solve the problem.
The reason is that numbered list have ol
class instead of ul
and I just forgot to assign the same properties for both.
Thanks for the issue. Please close if it's ok for you.