Skip to content

Commit

Permalink
docs(docs-infra): improve space between cli command options (#54794)
Browse files Browse the repository at this point in the history
fixes #54767

PR Close #54794
  • Loading branch information
JeanMeche authored and atscott committed Mar 28, 2024
1 parent 878f581 commit 5556966
Showing 1 changed file with 11 additions and 1 deletion.
Expand Up @@ -267,7 +267,9 @@
background-color: var(--octonary-contrast);
position: relative;
z-index: 10;
transition: background-color 0.3s ease, border 0.3s ease;
transition:
background-color 0.3s ease,
border 0.3s ease;

// h3 + code || # of overloads
.docs-reference-header {
Expand Down Expand Up @@ -404,4 +406,12 @@
margin-block-start: 0;
}
}

.docs-ref-content {
padding: 1rem 0;

&:not(:first-child) {
border-block-start: 1px solid var(--senary-contrast);
}
}
}

0 comments on commit 5556966

Please sign in to comment.