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:
parent
7830a6d421
commit
10950fd6c8
@ -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>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user