From 4774a3a7bdbbddc0e6f19f4c3eb15071dfb687c0 Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Mon, 12 Feb 2024 15:50:58 -0800 Subject: [PATCH] Fix two discovered styling issues (#49181) --- src/frame/components/ui/MarkdownContent/stylesheets/table.scss | 2 +- src/rest/components/RestReferencePage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} )}