diff --git a/tools/trace_replay/render_retrace_summary.mjs b/tools/trace_replay/render_retrace_summary.mjs index 7273aa17..e1b7f420 100644 --- a/tools/trace_replay/render_retrace_summary.mjs +++ b/tools/trace_replay/render_retrace_summary.mjs @@ -522,6 +522,10 @@ async function renderHtml(rows, groupLabels, outputDir, title, groupLabel, htmlN border-color: #6f87ff; background: #1d2544; } + .stat-break { + flex-basis: 100%; + height: 0; + } .stat.pass { border-color: var(--green); background: #15341e; @@ -803,6 +807,7 @@ async function renderHtml(rows, groupLabels, outputDir, title, groupLabel, htmlN