From 1281b25d3bdcef8e01cce68fd538a38a4c768eea Mon Sep 17 00:00:00 2001 From: Leticia Date: Fri, 10 Apr 2026 00:16:06 +0200 Subject: [PATCH] fix(desktop): restore Runs table width bounds to prevent violent wrapping of the Window dates column --- desktop/renderer/modules/tab-renderers.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktop/renderer/modules/tab-renderers.js b/desktop/renderer/modules/tab-renderers.js index 9537434..f7dc051 100644 --- a/desktop/renderer/modules/tab-renderers.js +++ b/desktop/renderer/modules/tab-renderers.js @@ -811,9 +811,9 @@ function renderRunsRow(run, ctx) { -
+
${escapeHtml(`${run?.start || "-"} -> ${run?.end || "-"}`)} - Trades: ${escapeHtml(formatCount(run?.trades))} + Trades: ${escapeHtml(formatCount(run?.trades))}
${escapeHtml(formatPercent(run?.total_return))}