Skip to content

Commit f0f7fa7

Browse files
fix(visualization): add proper spacing between secondary metrics table rows
Replace ineffective padding-top on table rows with border-spacing on table element, as padding does not work on display: table-row elements. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 068bc65 commit f0f7fa7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

visualization/app/codeCharta/ui/attributeSideBar/attributeSideBarSecondaryMetrics/attributeSideBarSecondaryMetrics.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,9 @@
1313
height: 100%;
1414
padding-top: 12px;
1515
}
16+
17+
.secondary-metrics {
18+
border-spacing: 0 2px;
19+
border-collapse: separate;
20+
}
1621
}

0 commit comments

Comments
 (0)