diff --git a/ui/src/views/Baseline.jsx b/ui/src/views/Baseline.jsx index c145c03..104bc37 100644 --- a/ui/src/views/Baseline.jsx +++ b/ui/src/views/Baseline.jsx @@ -174,9 +174,9 @@ export default function Baseline({ sources = [], sourceId, versions = [], versio const longest = values.reduce((n, v) => Math.max(n, String(v || '').length), 0) return `${Math.min(max, Math.max(min, longest + 2))}ch` } - const labelW = widthCh(log.map(e => e.label || e.tag || e.note), 18, 40) - const bucketW = widthCh(log.map(e => e.bucket), 16, 28) - const noteW = widthCh(log.map(e => e.note), 24, 60) + const labelW = widthCh(log.map(e => e.label || e.tag || e.note), 18, 34) + const bucketW = widthCh(log.map(e => e.bucket), 16, 24) + const noteW = widthCh(log.map(e => e.note), 22, 44) function loadLog() { fetch(`/api/versions/${versionId}/log`).then(r => r.json()).then(data => { @@ -354,10 +354,11 @@ export default function Baseline({ sources = [], sourceId, versions = [], versio return (