fix(copilot): fix code viewer in copilot user inp (#2191)

This commit is contained in:
Waleed
2025-12-04 12:50:11 -08:00
committed by GitHub
parent a4d4dfaa32
commit e581608472

View File

@@ -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>
)