-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
DesignDesign or UX/UI relatedDesign or UX/UI relatedGood First IssueGood for new contributorsGood for new contributorsNeeded: design decisionA core team decision is requiredA core team decision is required
Milestone
Description
Problem
Line space between items in toctree list is too wide. It seems that .rst-content .section ul li > ul overrides .rst-content .toctree-wrapper ul li ul producing the 12px bottom margin and .rst-content .section ul li>* produces 12px top margin.
I have to set both margin-top and margin-bottom to 0 on nested <ul> elements in .toctree-wrapper to fix this.
Error Logs/Results
Expected Results
Environment Info
- Python Version: 3.9.1
- Sphinx Version: 3.3.1
- RTD Theme Version: 0.5.0
mondeja
Metadata
Metadata
Assignees
Labels
DesignDesign or UX/UI relatedDesign or UX/UI relatedGood First IssueGood for new contributorsGood for new contributorsNeeded: design decisionA core team decision is requiredA core team decision is required

