Skip to content

Commit 5801817

Browse files
authored
add bottom margin under the declaration list (#857) rdar://129563985
add bottom margin under the declaration list (#857) rdar://129563985
1 parent 734bdd7 commit 5801817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/DocumentationTopic.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ $space-size: 15px;
952952
min-width: 0;
953953
width: 100%;
954954
955-
// only render border on declaration list menu
955+
// only render border and bottom margin on declaration list menu
956956
// when there are no content sections afterwards at all
957957
.container:only-child {
958958
.declaration-list-menu:last-child::before {
@@ -961,6 +961,7 @@ $space-size: 15px;
961961
border-top-width: var(--content-table-title-border-width, 1px);
962962
content: '';
963963
display: block;
964+
margin-bottom: $section-spacing-single-side;
964965
}
965966
}
966967

0 commit comments

Comments
 (0)