Skip to content

Commit 8ef8e34

Browse files
authored
docs: Fix PM block (#1766)
1 parent 33166b1 commit 8ef8e34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sites/docs/src/lib/components/docs/copy-button.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
variant="ghost"
2727
class={cn(
2828
"bg-background/10 text-background/70 hover:bg-background/20 hover:text-background/80 dark:bg-foreground/5 dark:text-foreground/70 dark:hover:bg-foreground/10 dark:hover:text-foreground/80 relative !right-12 h-6 w-fit items-center justify-center rounded-md p-1",
29+
"hidden sm:block",
2930
className
3031
)}
3132
{...$$restProps}

0 commit comments

Comments
 (0)