mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-15 11:51:34 +00:00
fix(www): missing ']' in className (#358)
* fix(code-block-wrapper): missing ']' in className * fix(code-block-wrapper): re-order tailwind className --------- Co-authored-by: shadcn <m@shadcn.com>
This commit is contained in:
@@ -31,7 +31,7 @@ export function CodeBlockWrapper({
|
||||
>
|
||||
<div
|
||||
className={cn(
|
||||
"[&_pre]:max-h-[650px [&_pre]:my-0 [&_pre]:pb-[100px]",
|
||||
"[&_pre]:my-0 [&_pre]:max-h-[650px] [&_pre]:pb-[100px]",
|
||||
!isOpened ? "[&_pre]:overflow-hidden" : "[&_pre]:overflow-auto]"
|
||||
)}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user