Update benchmark leaderboard
Browse files- index.html +1 -1
index.html
CHANGED
|
@@ -74,7 +74,7 @@
|
|
| 74 |
tbody tr:hover { filter: brightness(1.15); }
|
| 75 |
td { padding: 8px 6px; white-space: nowrap; }
|
| 76 |
td.rank { padding-left: 14px; color: #475569; font-weight: 700; font-size: 13px; }
|
| 77 |
-
td.model { padding-left: 14px; color: #cbd5e1; font-weight: 600; max-width:
|
| 78 |
td.score {
|
| 79 |
text-align: center; font-weight: 700; font-size: 11.5px;
|
| 80 |
border-right: 1px solid rgba(255,255,255,0.04);
|
|
|
|
| 74 |
tbody tr:hover { filter: brightness(1.15); }
|
| 75 |
td { padding: 8px 6px; white-space: nowrap; }
|
| 76 |
td.rank { padding-left: 14px; color: #475569; font-weight: 700; font-size: 13px; }
|
| 77 |
+
td.model { padding-left: 14px; color: #cbd5e1; font-weight: 600; width: 220px; max-width: 220px; overflow: hidden; text-overflow: ellipsis; }
|
| 78 |
td.score {
|
| 79 |
text-align: center; font-weight: 700; font-size: 11.5px;
|
| 80 |
border-right: 1px solid rgba(255,255,255,0.04);
|