Skip to content

Commit

Permalink
docs: svg align middle
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed May 3, 2024
1 parent 10a03f8 commit aee4dd3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/app/components/copy-button.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.copy-button{
.copy-button {
background-color:transparent;
border:none;
cursor:pointer;
padding:0;
border-radius:0;
}

.copy-button svg {
vertical-align: middle;
}

0 comments on commit aee4dd3

Please sign in to comment.