diff options
| author | Michael Peter Christen <mc@yacy.net> | 2026-01-03 19:43:25 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2026-01-03 19:43:25 +0100 |
| commit | d6ef0210fc5631a616f23ef754a55ef2fc0700ac (patch) | |
| tree | 543c21f4fceecac46fc714b618cbc46949cf0ae9 /htroot | |
| parent | 4c3a72b2ba9ed47f33479310c7d63c95b4017a18 (diff) | |
disabled narrow font in model selection
Diffstat (limited to 'htroot')
| -rw-r--r-- | htroot/LLMSelection_p.html | 2 |
1 files changed, 1 insertions, 1 deletions
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); }); |
