mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
chore(trace-viewer): move call tab copy button next to the value (#31586)
This commit is contained in:
parent
48db1b1663
commit
4dfa55d1f1
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user