From d6ef0210fc5631a616f23ef754a55ef2fc0700ac Mon Sep 17 00:00:00 2001 From: Michael Peter Christen Date: Sat, 3 Jan 2026 19:43:25 +0100 Subject: disabled narrow font in model selection --- htroot/LLMSelection_p.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htroot') diff --git a/htroot/LLMSelection_p.html b/htroot/LLMSelection_p.html index 0209aba8d..ba1f11cfc 100644 --- a/htroot/LLMSelection_p.html +++ b/htroot/LLMSelection_p.html @@ -445,7 +445,7 @@ ]; columnValues.forEach(value => { const td = document.createElement("td"); - td.className = "narrow"; + //td.className = "narrow"; td.textContent = value; tr.appendChild(td); }); -- cgit v1.2.3