fix(clients): fixes models list way too wide
Build & Deploy / build (push) Successful in 2m24s

This commit is contained in:
2026-07-17 20:15:07 +02:00
parent 477ef3e548
commit 2357957eb1
2 changed files with 6 additions and 1 deletions
@@ -292,6 +292,11 @@ td {
vertical-align: top;
}
.col-models {
max-width: 40%;
overflow-wrap: anywhere;
}
th {
color: var(--muted);
font-size: 12px;