Ellipsis overflow in results table

This commit is contained in:
2026-02-03 00:52:38 +01:00
parent ea5c53d7e0
commit 5a3763682a
2 changed files with 5 additions and 4 deletions

View File

@@ -292,7 +292,7 @@ function renderResults() {
${r.genre ? `<div class="muted small">${r.genre}</div>` : ''}
</div>
</td>
<td>${r.author ?? "—"}</td>
<td class="author-cell">${r.author ?? "—"}</td>
<td>${r.count}</td>
<td>${r.average.toFixed(1)}</td>
<td>${r.total}</td>