Revert style changes to inline code blocks in MessageMarkdown

- Removed the application of 'breakStyles' to inline code blocks in MessageMarkdown component.
This commit is contained in:
Rankin Zheng 2023-08-23 21:32:13 +08:00
parent 7830a6d421
commit 10950fd6c8

View File

@ -112,7 +112,7 @@ To enable, you can enter \`DevChat:Start AskCode Index\` in the Command Palette
</SyntaxHighlighter>
</div >
) : (
<code {...props} className={className} style={{ ...breakStyles }}>
<code {...props} className={className}>
{children}
</code>
);