Skip to content

Commit 467b150

Browse files
Reduce line-height for table of contents lists
1 parent a634864 commit 467b150

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

assets-src/styles/sass/50-core-components/_toc.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
}
2222

2323
.toc ul {
24+
line-height: 1em;
2425
padding-inline-start: rem(15);
2526

2627
ul {

public/dist/assets/styles/core.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3130,6 +3130,7 @@ main,
31303130
}
31313131

31323132
.toc ul {
3133+
line-height: 1em;
31333134
padding-inline-start: 0.9375rem;
31343135
}
31353136
.toc ul ul {

public/dist/assets/styles/core.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)