Skip to content

Commit 60028f6

Browse files
committed
Improve options TOC information density
1 parent e827e6e commit 60028f6

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/options.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,8 +1625,8 @@ Some options support placeholders, like `{project}`, `{package}` or `{wheel}`, t
16251625
.options-toc {
16261626
display: grid;
16271627
grid-template-columns: fit-content(20%) 1fr;
1628-
grid-gap: 16px 32px;
1629-
gap: 16px 32px;
1628+
grid-gap: 10px 20px;
1629+
gap: 10px 20px;
16301630
font-size: 90%;
16311631
margin-bottom: 28px;
16321632
margin-top: 28px;
@@ -1646,8 +1646,11 @@ Some options support placeholders, like `{project}`, `{package}` or `{wheel}`, t
16461646
margin-top: 0;
16471647
}
16481648
.options-toc a.option {
1649-
display: block;
1650-
margin-bottom: 5px;
1649+
display: inline-block;
1650+
margin-bottom: 3px;
1651+
}
1652+
.options-toc a.option code {
1653+
font-size: 80%;
16511654
}
16521655
h3 code {
16531656
font-size: 100%;

0 commit comments

Comments
 (0)