We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e35d66 commit ad84d4dCopy full SHA for ad84d4d
apps/baseai.dev/src/components/mdx/InlineCodeCopy.tsx
@@ -24,7 +24,7 @@ export function InlineCopy({
24
25
return (
26
<span className="inline-flex items-center gap-1 whitespace-nowrap">
27
- <code>{content}</code>
+ <code className='w-[90%] sm:w-full overflow-scroll'>{content}</code>
28
<Button
29
variant="ghost"
30
className="h-4 w-4 p-0 focus:ring-0"
0 commit comments