From 40f9e0dc7aae5aa4a18f5ffbb0d0cd46d1c43839 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 11 Oct 2024 23:57:47 +1000 Subject: [PATCH] Fix true retention table dimensions https://forums.ankiweb.net/t/anki-24-10-beta/49989/118 --- ts/routes/graphs/true-retention.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ts/routes/graphs/true-retention.ts b/ts/routes/graphs/true-retention.ts index 34160ec10..91d2e75f0 100644 --- a/ts/routes/graphs/true-retention.ts +++ b/ts/routes/graphs/true-retention.ts @@ -65,9 +65,11 @@ export function renderTrueRetention(data: GraphsResponse, revlogRange: RevlogRan td.trl { border: 1px solid; text-align: left; } td.trr { border: 1px solid; text-align: right; } td.trc { border: 1px solid; text-align: center; } - table { width: 100%; } + table { width: 100%; table-layout: fixed; } + colgroup col:first-child { width: 40% } +
${scopeRange(scope)} ${tr.statisticsTrueRetentionPass()}