Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
t0-0
commited on
Commit
·
0646371
1
Parent(s):
1813e0c
Apply CSS to the correct component
Browse files
style.css
CHANGED
@@ -37,8 +37,8 @@
|
|
37 |
}
|
38 |
|
39 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
40 |
-
table td:
|
41 |
-
table th:
|
42 |
max-width: 400px;
|
43 |
overflow: auto;
|
44 |
white-space: nowrap;
|
|
|
37 |
}
|
38 |
|
39 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
40 |
+
#leaderboard-table td:nth-child(2),
|
41 |
+
#leaderboard-table th:nth-child(2) {
|
42 |
max-width: 400px;
|
43 |
overflow: auto;
|
44 |
white-space: nowrap;
|