summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Peter Christen <mc@yacy.net>2026-01-03 19:43:25 +0100
committerMichael Peter Christen <mc@yacy.net>2026-01-03 19:43:25 +0100
commitd6ef0210fc5631a616f23ef754a55ef2fc0700ac (patch)
tree543c21f4fceecac46fc714b618cbc46949cf0ae9
parent4c3a72b2ba9ed47f33479310c7d63c95b4017a18 (diff)
disabled narrow font in model selection
-rw-r--r--htroot/LLMSelection_p.html2
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);
});