Skip to content

Commit

Permalink
feat: canyon report chat bug
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangtao25 committed Dec 24, 2023
1 parent 5998d6a commit a3eea87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/canyon-report/src/Report/components/Code.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const Code: FC<{
<Line lines={lines} newlines={fileCodeChange || []} />
<pre>
<code
style={{ fontSize: '14px', lineHeight: 1.5 }}
style={{ fontSize: '14px', lineHeight: 1.5, display: 'block' }}
className="language-typescript"
>
{fileContent}
Expand Down

0 comments on commit a3eea87

Please sign in to comment.