Skip to content

Commit c96b0e3

Browse files
committed
export/html: Fix document TOC bottom padding
closes #2165
1 parent de461f5 commit c96b0e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strictdoc/export/html/_static/element.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1225,6 +1225,7 @@ a.tree_item,
12251225
padding-left: calc(var(--base-rhythm) * 2);
12261226
font-size: var(--font-size-sm);
12271227
line-height: 1.2;
1228+
padding-bottom: var(--base-gap);
12281229
}
12291230

12301231
.toc li {

0 commit comments

Comments
 (0)