We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47cdc4b commit e13a874Copy full SHA for e13a874
src/Comment.js
@@ -90,7 +90,9 @@ export default function Comment({comment}: Props) {
90
</Text>
91
</Box>
92
<Box pad={{horizontal: 'small'}}>
93
- <MarkdownRenderer trustedInput={false} source={source} />
+ <Text>
94
+ <MarkdownRenderer trustedInput={false} source={source} />
95
+ </Text>
96
97
<ReactionBar
98
pad="none"
0 commit comments