mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-10 07:27:57 -05:00
fix(copilot): fix code viewer in copilot user inp (#2191)
This commit is contained in:
@@ -277,7 +277,7 @@ export default function CopilotMarkdownRenderer({ content }: CopilotMarkdownRend
|
||||
code={actualCodeText}
|
||||
showGutter
|
||||
language={viewerLanguage}
|
||||
className='m-0 rounded-none border-0 bg-transparent'
|
||||
className='[&_pre]:!pb-0 m-0 rounded-none border-0 bg-transparent'
|
||||
/>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user