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 authored and recrwplay committed Jun 3, 2024
1 parent 43c0f3c commit 252014e
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 @@ -1306,7 +1306,7 @@ body {
border: none;
}

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

Expand Down

0 comments on commit 252014e

Please sign in to comment.