Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,6 @@ canvas {
}

.timegraph-tree tr {
/* TODO: Fix row alignment, this number is arbitrary, it works [on my machine], but it should match line height in timeline-chart */
line-height: 18px;
}

Expand All @@ -323,6 +322,7 @@ canvas {
}

.timegraph-tree td {
height: 18px;
padding: 1px;
border-left: 1px solid var(--trace-viewer-tree-inactiveIndentGuidesStroke);
border-right: none;
Expand Down
Loading