Skip to content

Commit 565223a

Browse files
committed
one more tweak to alignment of copy to clipboard button
1 parent 33b27ce commit 565223a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/css/doc.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -684,6 +684,7 @@
684684

685685
.doc .source-toolbox .source-lang {
686686
text-transform: uppercase;
687+
line-height: 1.05;
687688
}
688689

689690
.doc .source-toolbox > :not(:last-child)::after {
@@ -701,8 +702,8 @@
701702
padding: 0;
702703
font-size: inherit;
703704
line-height: inherit;
704-
width: 1.05em;
705-
height: 1.05em;
705+
width: 1.1em;
706+
height: 1.1em;
706707
}
707708

708709
.source-toolbox .copy-button * {

0 commit comments

Comments
 (0)