Skip to content

Commit

Permalink
💄 make descriptionShort render without a paragraph to avoid whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
danyx23 committed Nov 28, 2023
1 parent 0d59680 commit cc2cd71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/DataPageV2Content.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -825,6 +825,7 @@ const KeyDataTable = (props: {
<div>
<SimpleMarkdownText
text={datapageData.descriptionShort}
useParagraphs={false}
/>
</div>
</div>
Expand Down

0 comments on commit cc2cd71

Please sign in to comment.