mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
Update CopyableCode.tsx
This commit is contained in:
@@ -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}` : "",
|
||||
)}
|
||||
>
|
||||
|
Reference in New Issue
Block a user