docs(docs-infra): add spacing between reference option and description

Add a spacing class to `docs-reference-option` to prevent the text from appearing too close together.

(cherry picked from commit 3720b2de0f)
This commit is contained in:
SkyZeroZx 2026-03-15 10:19:45 -05:00 committed by Matthew Beck
parent 5fa3052ed1
commit ea4847aae5

View file

@ -426,6 +426,14 @@
.docs-ref-content {
padding: 1rem 0;
.docs-ref-option-and-description {
.docs-reference-option {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
}
&:not(:first-child) {
border-block-start: 1px solid var(--senary-contrast);
}