chore(trace-viewer): move call tab copy button next to the value (#31586)

This commit is contained in:
Max Schmitt 2024-07-08 10:23:19 +02:00 committed by GitHub
parent 48db1b1663
commit 4dfa55d1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,9 +57,9 @@
white-space: nowrap;
}
.copy-icon {
.call-line .copy-icon {
display: none;
margin-right: 4px;
margin-left: 5px;
}
.call-line:hover .copy-icon {
@ -71,7 +71,6 @@
margin-left: 2px;
text-overflow: ellipsis;
overflow: hidden;
flex: 1;
}
.call-value::before {