Skip to content

Commit

Permalink
fix: use !important for admonition last child.
Browse files Browse the repository at this point in the history
This fixes a css conflict with sphinx-design.
  • Loading branch information
lepture committed Aug 21, 2024
1 parent 9017f21 commit a835958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/css/contents/admonition.css
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@
}

.admonition > :last-child {
margin-bottom: 0;
margin-bottom: 0 !important;
}


Expand Down

0 comments on commit a835958

Please sign in to comment.