Skip to content

Commit

Permalink
fix list margins
Browse files Browse the repository at this point in the history
  • Loading branch information
honzajavorek committed Sep 26, 2023
1 parent 38a0140 commit 1e9ca4f
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions _static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
/*
Fixing strange behavior of the RTD theme
*/
.rst-content .section ol li ul,
.rst-content ol.arabic li ul {
margin-bottom: 12px;
.rst-content ul {
margin-bottom: 12px !important;
}

.rst-content ul:last-child {
margin-bottom: 0 !important;
}

/*
Expand Down

0 comments on commit 1e9ca4f

Please sign in to comment.