diff --git a/apps/synapse-portal-framework/src/style/_Markdown.scss b/apps/synapse-portal-framework/src/style/_Markdown.scss index f8fe75146b..76f88f15ab 100644 --- a/apps/synapse-portal-framework/src/style/_Markdown.scss +++ b/apps/synapse-portal-framework/src/style/_Markdown.scss @@ -77,6 +77,10 @@ line-height: 23px; } +.SubsectionRowRenderer .markdown p { + padding-bottom: 0; +} + .markdown p a { font-weight: 700; } diff --git a/packages/synapse-react-client/src/components/SubsectionRowRenderer/SubsectionRowRenderer.tsx b/packages/synapse-react-client/src/components/SubsectionRowRenderer/SubsectionRowRenderer.tsx index f988a7ffea..96c7ae191f 100644 --- a/packages/synapse-react-client/src/components/SubsectionRowRenderer/SubsectionRowRenderer.tsx +++ b/packages/synapse-react-client/src/components/SubsectionRowRenderer/SubsectionRowRenderer.tsx @@ -121,7 +121,7 @@ const SubsectionRowRenderer: React.FunctionComponent< } return (
@@ -130,6 +130,7 @@ const SubsectionRowRenderer: React.FunctionComponent< columnNameIsSectionTitle ? 'sectionTitle' : 'subsectionHeader' } role="heading" + style={{ paddingTop: '10px', marginBottom: '5px' }} > {selectColumn.name} @@ -148,7 +149,7 @@ const SubsectionRowRenderer: React.FunctionComponent< values = jsonData.map((val: string, index: number) => { return (
@@ -200,7 +201,7 @@ const SubsectionRowRenderer: React.FunctionComponent< } values = (