Ellipsis overflow in results table
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user