Skip to content

Commit d0353cc

Browse files
committed
style(copy-button): adjust top spacing to avoid being too close to the edge
1 parent d18188f commit d0353cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/CodeBlockWithCopy/CodeBlockWithCopy.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
.copy-button {
2323
position: absolute;
24-
top: 0.32rem;
24+
top: 0.6rem;
2525
right: 0.5rem;
2626
z-index: 10;
2727

0 commit comments

Comments
 (0)