You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentionned in #229 there is an issue in nested list rendering. The 0.7.2 fix wasn't complete, as it doesn't solve the problem when there are multiple nested lists.
As you can see below, margin-top is too high (1.5em) even with Hextra 0.7.2, only first element is rendered right. On the contrary a margin-bottom could be nice:
If I replace margin-top: 1.5em by margin-bottom: 1.5em in inspect dev mode result seems better:
Environment
Hugo Version: [0.7.2]
Browser/OS: [Brave, Safari, macOS]
Theme Version: [e.g., v2.0]
Additional Context
The text was updated successfully, but these errors were encountered:
Description
As mentionned in #229 there is an issue in nested list rendering. The 0.7.2 fix wasn't complete, as it doesn't solve the problem when there are multiple nested lists.
Steps To Reproduce
For example:
Screenshots
As you can see below,
margin-top
is too high (1.5em
) even with Hextra 0.7.2, only first element is rendered right. On the contrary amargin-bottom
could be nice:If I replace
margin-top: 1.5em
bymargin-bottom: 1.5em
in inspect dev mode result seems better:Environment
Additional Context
The text was updated successfully, but these errors were encountered: