Skip to content

Commit

Permalink
fix: remove margin in toggle-hidden with important
Browse files Browse the repository at this point in the history
  • Loading branch information
lepture committed Aug 26, 2024
1 parent e3126fe commit a283078
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/css/extensions/sphinx-togglebutton.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@
.yue .toggle-details__container :last-child {
margin-bottom: 0;
}

.yue .admonition.toggle-hidden .admonition-title ~ * {
margin-bottom: 0 !important;
}

0 comments on commit a283078

Please sign in to comment.