fix: EE-3019 add space on top copy button (#6819)

pull/6827/head
cong meng 2022-04-27 10:10:49 +12:00 committed by GitHub
parent bbb096412d
commit c340b62f43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
.container { .container {
display: flex; display: flex;
align-items: baseline; align-items: baseline;
margin-top: 10px;
} }
.display-text { .display-text {