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

This commit is contained in:
2026-07-17 20:35:38 +02:00
parent f1e60ecb75
commit a787c54217
2 changed files with 2 additions and 2 deletions
@@ -294,7 +294,7 @@ td {
} }
.col-models { .col-models {
max-width: 40%; width: 40%;
overflow-wrap: anywhere; overflow-wrap: anywhere;
} }
+1 -1
View File
@@ -361,7 +361,7 @@ function clientsTable(clients) {
<th>Status</th> <th>Status</th>
<th>Pending</th> <th>Pending</th>
<th>Requests</th> <th>Requests</th>
<th>Listed models</th> <th class="col-models">Listed models</th>
<th>Active models</th> <th>Active models</th>
<th>Groups</th> <th>Groups</th>
<th>Actions</th> <th>Actions</th>