We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52bde3 commit 7308c87Copy full SHA for 7308c87
_components/CopyPage.tsx
@@ -9,7 +9,7 @@ export default function CopyPage({ file }: { file: string | undefined }) {
9
}`;
10
11
return (
12
- <details class="copy-page-dropdown mb-4">
+ <details class="copy-page-dropdown">
13
<summary class="btn list-none [&::-webkit-details-marker]:hidden flex items-center gap-2 cursor-pointer select-none">
14
<svg
15
xmlns="http://www.w3.org/2000/svg"
0 commit comments