Skip to content

Commit 0e6b4c6

Browse files
Ensure <details> only has margin-bottom when block element (ex not in lists) (#222)
1 parent b772b71 commit 0e6b4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/doc.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1300,7 +1300,7 @@ body {
13001300
border: none;
13011301
}
13021302

1303-
.doc details {
1303+
.doc div > details {
13041304
margin-bottom: 1.5rem;
13051305
}
13061306

0 commit comments

Comments
 (0)