summaryrefslogtreecommitdiff
path: root/htroot
diff options
context:
space:
mode:
Diffstat (limited to 'htroot')
-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);
});