Fix style of results table

This commit is contained in:
2026-02-04 15:14:21 +01:00
parent c15603c2c5
commit e6dd64649d

View File

@@ -592,7 +592,6 @@ input[type="range"].full-slider::-moz-range-track {
.results-table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
}
.results-table th,
.results-table td {
@@ -642,12 +641,12 @@ input[type="range"].full-slider::-moz-range-track {
}
.results-table .title-line {
font-weight: 700;
max-width: 320px;
max-width: 600px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
word-break: break-word;
}
.results-table .author-cell {
max-width: 160px;
white-space: nowrap;