diff options
Diffstat (limited to 'htroot/LLMSelection_p.html')
| -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); }); |
