mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
5fa3052ed1
commit
ea4847aae5
1 changed files with 8 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue