We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 734bdd7 commit 5801817Copy full SHA for 5801817
src/components/DocumentationTopic.vue
@@ -952,7 +952,7 @@ $space-size: 15px;
952
min-width: 0;
953
width: 100%;
954
955
- // only render border on declaration list menu
+ // only render border and bottom margin on declaration list menu
956
// when there are no content sections afterwards at all
957
.container:only-child {
958
.declaration-list-menu:last-child::before {
@@ -961,6 +961,7 @@ $space-size: 15px;
961
border-top-width: var(--content-table-title-border-width, 1px);
962
content: '';
963
display: block;
964
+ margin-bottom: $section-spacing-single-side;
965
}
966
967
0 commit comments