1
0
mirror of synced 2026-01-04 09:06:46 -05:00

Merge pull request #31596 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2024-02-12 16:37:14 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@
background: none;
}
td.has-nested-table {
:global(td.has-nested-table) {
width: 100%;
table {

View File

@@ -49,7 +49,7 @@ export const RestReferencePage = ({ restOperations }: StructuredContentT) => {
{title}
</h1>
{intro && (
<Lead data-testid="lead" data-search="lead" className="markdown-body">
<Lead data-testid="lead" data-search="lead">
{intro}
</Lead>
)}