Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit 9779c3d

Browse files
committed
fix(CopyToClipboard): position
1 parent 90ff068 commit 9779c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Markdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export function Markdown({ children, isInverted = false }: Props) {
8282
{language && (
8383
<CopyToClipboard
8484
text={String(children).replace(/\n$/, "")}
85-
className="absolute top-4 right-8"
85+
className="absolute top-1 right-1"
8686
/>
8787
)}
8888
</div>

0 commit comments

Comments
 (0)