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