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
  • Loading branch information
stefano-ottolenghi authored and recrwplay committed May 3, 2024
1 parent e5cc8ed commit 68726b7
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 68726b7

Please sign in to comment.