Skip to content

Commit

Permalink
Fix sphinx doc bullet points styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Sep 22, 2023
1 parent ae2927d commit 3febc44
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions docs/_static/theme_overrides.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@
}

.include-literal-footer {
text-align: right;
margin-top: -16px;
text-align: right;
margin-top: -16px;
margin-right: 10px;
}

Expand Down Expand Up @@ -249,4 +249,19 @@ div.wy-menu.rst-pro {
display: none !important;
}
}
*/
*/


/*Temporary fix for this sphinx-rtd-theme issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1145*/
.rst-content section ul {
margin-bottom:24px
}

.rst-content section ul li {
list-style:disc;
margin-left:24px
}

.rst-content section ul li p {
margin-bottom: 0;
}

0 comments on commit 3febc44

Please sign in to comment.