We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90ff068 commit 9779c3dCopy full SHA for 9779c3d
src/components/Markdown.tsx
@@ -82,7 +82,7 @@ export function Markdown({ children, isInverted = false }: Props) {
82
{language && (
83
<CopyToClipboard
84
text={String(children).replace(/\n$/, "")}
85
- className="absolute top-4 right-8"
+ className="absolute top-1 right-1"
86
/>
87
)}
88
</div>
0 commit comments