Skip to content

Commit

Permalink
feat(trace-detail): span lines connectors
Browse files Browse the repository at this point in the history
  • Loading branch information
vikrantgupta25 committed Jan 24, 2025
1 parent 5e8be4c commit 4305a21
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,12 @@
border-radius: 4px;
background: rgba(171, 189, 255, 0.06) !important;

.span-overview-content {
background: rgba(171, 189, 255, 0.06) !important;
.span-overview {
background: unset !important;

.span-overview-content {
background: unset !important;
}
}
}

Expand Down

0 comments on commit 4305a21

Please sign in to comment.