diff --git a/src/frame/components/ui/MarkdownContent/stylesheets/table.scss b/src/frame/components/ui/MarkdownContent/stylesheets/table.scss index 2a4178af3b..a7459abce1 100644 --- a/src/frame/components/ui/MarkdownContent/stylesheets/table.scss +++ b/src/frame/components/ui/MarkdownContent/stylesheets/table.scss @@ -86,7 +86,7 @@ background: none; } - td.has-nested-table { + :global(td.has-nested-table) { width: 100%; table { diff --git a/src/rest/components/RestReferencePage.tsx b/src/rest/components/RestReferencePage.tsx index 469033d671..eef983c42c 100644 --- a/src/rest/components/RestReferencePage.tsx +++ b/src/rest/components/RestReferencePage.tsx @@ -49,7 +49,7 @@ export const RestReferencePage = ({ restOperations }: StructuredContentT) => { {title} {intro && ( - + {intro} )}