Skip to content

Commit

Permalink
Fix extra margins for tables (sphinx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelquin committed May 27, 2024
1 parent 4379fb4 commit 226f493
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,3 +142,8 @@ b,
strong {
font-weight: 600;
}

div.table-wrapper {
margin-top: 0;
margin-bottom: 0;
}

0 comments on commit 226f493

Please sign in to comment.