Fix copy button position
This commit is contained in:
parent
522694fe51
commit
7b0a8783e8
|
@ -1,7 +1,7 @@
|
|||
.row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: right;
|
||||
justify-content: flex-end;
|
||||
|
||||
.copiedText {
|
||||
color: var(--sub-text);
|
||||
|
|
Loading…
Reference in a new issue