Browse Source

fix(trace): use the same resize icon (#69869)

Jonas 10 months ago
parent
commit
e723cc8369
1 changed files with 1 additions and 1 deletions
  1. 1 1
      static/app/views/performance/newTraceDetails/trace.tsx

+ 1 - 1
static/app/views/performance/newTraceDetails/trace.tsx

@@ -1744,7 +1744,7 @@ const TraceStylingWrapper = styled('div')`
     height: 100%;
     background-color: transparent;
     top: 0;
-    cursor: col-resize;
+    cursor: ew-resize;
     z-index: 10;
 
     &:before {