mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-12 16:12:23 +00:00
Update CopyableCode.tsx
This commit is contained in:
parent
cef81ba22b
commit
67fb2b4ac8
@ -30,7 +30,7 @@ const CopyableCode: React.FC<CopyableCodeProps> = ({ code, language, className }
|
||||
className={cn(
|
||||
"bg-gray-100 p-2 sm:p-3 md:p-4 rounded-md overflow-x-auto",
|
||||
"text-xs sm:text-sm md:text-base",
|
||||
"max-w-full",
|
||||
"w-full min-w-[150px] max-w-full",
|
||||
language ? `language-${language}` : "",
|
||||
)}
|
||||
>
|
||||
|
Loading…
x
Reference in New Issue
Block a user