Skip to content

Commit

Permalink
docs(docs-infra): improve styling for deprecated CLI option (#54794)
Browse files Browse the repository at this point in the history
Related to #54770

PR Close #54794
  • Loading branch information
JeanMeche authored and atscott committed Mar 28, 2024
1 parent 431fb97 commit d839c58
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
Expand Up @@ -152,10 +152,10 @@
overflow-x: auto;
margin: 0;
}
}

.docs-reference-cli-toc {
margin-bottom: 1rem;
}
.docs-reference-cli-toc {
margin-bottom: 1rem;
}

.adev-reference-tab {
Expand Down Expand Up @@ -417,5 +417,10 @@
&:not(:first-child) {
border-block-start: 1px solid var(--senary-contrast);
}

.docs-param-keyword {
display: block;
margin: 0 0 0.5rem 0;
}
}
}
6 changes: 3 additions & 3 deletions yarn.lock
Expand Up @@ -4252,9 +4252,9 @@
integrity sha512-QlrE8QI5z62nfnkiUZysUsAaxWaTMoGqFVcB3PvK1WxJ0c699bacErV4Fabe9Hki6ZnaHalgzihLbTl2d34XfQ==

"@types/node@^18.19.21":
version "18.19.24"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.24.tgz#707d8a4907e55901466e60e8f7a62bc6197ace95"
integrity sha512-eghAz3gnbQbvnHqB+mgB2ZR3aH6RhdEmHGS48BnV75KceQPHqabkxKI0BbUSsqhqy2Ddhc2xD/VAR9ySZd57Lw==
version "18.19.22"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.19.22.tgz#f622f92514b897e6b09903e97c16a0db8e94689f"
integrity sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==
dependencies:
undici-types "~5.26.4"

Expand Down

0 comments on commit d839c58

Please sign in to comment.