From e6dd64649d731d1e5652e774e7cfc505f45fcc4f Mon Sep 17 00:00:00 2001 From: Frank Tovar Date: Wed, 4 Feb 2026 15:14:21 +0100 Subject: [PATCH] Fix style of results table --- wwwroot/styles.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wwwroot/styles.css b/wwwroot/styles.css index 6db26f4..17c19c1 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -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;