Open
Description
What information was incorrect, unhelpful, or incomplete?
Sidebar list items have padding-left: .5rem;
when listSubPages
is used in the sidebar YAML.
In contrast, there's no padding when the items are manually ordered (this is what's live on the website at the moment https://developer.mozilla.org/en-US/docs/Web/HTML).
Padding when using listSubPages |
No padding when ordering manually |
---|---|
![]() |
![]() |
What did you expect to see?
Same or no padding irrespective of the method used to generate the sidebar list items
Do you have any supporting links, references, or citations?
Check out this demo commit that uses type: listSubPages
to view the padding in action: dipikabh/content@dea9711.
Do you have anything more you want to share?
No response