fix(tui): add spacing between latency graph and histogram

This commit is contained in:
2026-06-24 20:58:44 -04:00
parent 1268d99f5c
commit 11b647b952
+1
View File
@@ -274,6 +274,7 @@ func (m Model) viewDetailPanel() string {
} }
// Histogram // Histogram
b.WriteString("\n")
if site.Type != "push" && len(hist.Latencies) > 5 { if site.Type != "push" && len(hist.Latencies) > 5 {
histW := totalW - 4 histW := totalW - 4
if histW < 30 { if histW < 30 {