Skip to content

Commit 79e7426

Browse files
chalincartermp
andauthored
Add a margin below <details> (open-telemetry#3481)
Co-authored-by: Phillip Carter <[email protected]>
1 parent aa223b3 commit 79e7426

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

assets/scss/_styles_project.scss

+4
Original file line numberDiff line numberDiff line change
@@ -286,3 +286,7 @@ body.td-page--draft .td-content {
286286
max-width: calc(100% + 3rem);
287287
}
288288
}
289+
290+
details {
291+
margin-bottom: $paragraph-margin-bottom;
292+
}

0 commit comments

Comments
 (0)