Skip to content

Commit 7308c87

Browse files
committed
style: remove mb-4 from copy page dropdown
1 parent d52bde3 commit 7308c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_components/CopyPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default function CopyPage({ file }: { file: string | undefined }) {
99
}`;
1010

1111
return (
12-
<details class="copy-page-dropdown mb-4">
12+
<details class="copy-page-dropdown">
1313
<summary class="btn list-none [&::-webkit-details-marker]:hidden flex items-center gap-2 cursor-pointer select-none">
1414
<svg
1515
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)