Skip to content

Commit

Permalink
Ensure <details> only has margin-bottom when block element (ex not …
Browse files Browse the repository at this point in the history
…in lists) (#222)
  • Loading branch information
stefano-ottolenghi committed Apr 18, 2024
1 parent b772b71 commit 0e6b4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@ body {
border: none;
}

.doc details {
.doc div > details {
margin-bottom: 1.5rem;
}

Expand Down

0 comments on commit 0e6b4c6

Please sign in to comment.