Spaces:
Running
Running
Commit
·
f6ea81c
1
Parent(s):
94cbe00
attempting to widen model column
Browse files
src/display/css_html_js.py
CHANGED
@@ -39,8 +39,8 @@ custom_css = """
|
|
39 |
}
|
40 |
|
41 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
42 |
-
#leaderboard-table td:nth-child(
|
43 |
-
#leaderboard-table th:nth-child(
|
44 |
max-width: 1000px;
|
45 |
overflow: auto;
|
46 |
white-space: nowrap;
|
|
|
39 |
}
|
40 |
|
41 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
42 |
+
#leaderboard-table td:nth-child(2),
|
43 |
+
#leaderboard-table th:nth-child(2) {
|
44 |
max-width: 1000px;
|
45 |
overflow: auto;
|
46 |
white-space: nowrap;
|