diff --git a/app/features/build-analyzer/routes/analyzer.module.css b/app/features/build-analyzer/routes/analyzer.module.css
index 3f3b2593d..f7f4c10a6 100644
--- a/app/features/build-analyzer/routes/analyzer.module.css
+++ b/app/features/build-analyzer/routes/analyzer.module.css
@@ -255,6 +255,12 @@
align-items: center;
}
+/* doubled class to outweigh the Table cell padding rule so the popover
+ button does not make these rows taller than the text-only rows */
+.popoverCell.popoverCell {
+ padding-block: 0;
+}
+
.statPopover {
min-width: 360px;
diff --git a/app/features/build-analyzer/routes/analyzer.tsx b/app/features/build-analyzer/routes/analyzer.tsx
index bdff6f6b6..a49195bb6 100644
--- a/app/features/build-analyzer/routes/analyzer.tsx
+++ b/app/features/build-analyzer/routes/analyzer.tsx
@@ -1009,7 +1009,7 @@ function StatChartPopover(props: StatChartProps) {