From 4dfa55d1f1bb31b24b97ff93ac6feff7c4c0912c Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 8 Jul 2024 10:23:19 +0200 Subject: [PATCH] chore(trace-viewer): move call tab copy button next to the value (#31586) --- packages/trace-viewer/src/ui/callTab.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/packages/trace-viewer/src/ui/callTab.css b/packages/trace-viewer/src/ui/callTab.css index c9d3191732..3334b2e2ef 100644 --- a/packages/trace-viewer/src/ui/callTab.css +++ b/packages/trace-viewer/src/ui/callTab.css @@ -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 {