Skip to content

Commit f4d7be3

Browse files
committed
[UG] Fix toctree spacing
1 parent 3918ac9 commit f4d7be3

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • user_guide_src/source/_themes/sphinx_rtd_theme/static/css

user_guide_src/source/_themes/sphinx_rtd_theme/static/css/citheme.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,11 @@ div#pulldown-menu {
169169
border-top: solid 3px #dd4814;
170170
}
171171

172+
.wy-plain-list-disc li ul, .rst-content .section ul li ul, .rst-content .toctree-wrapper ul li ul, article ul li ul {
173+
margin-bottom: 0.5rem;
174+
margin-top: -0.5rem;
175+
}
176+
172177
/* Footer ------------------------------------------------------------------- */
173178

174179
.rst-footer-buttons {

0 commit comments

Comments
 (0)