Spaces:
Running
Running
Commit
·
35668fc
1
Parent(s):
8312b6e
widen display for longer names
Browse files
src/display/css_html_js.py
CHANGED
@@ -41,15 +41,7 @@ custom_css = """
|
|
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:
|
45 |
-
overflow: auto;
|
46 |
-
white-space: nowrap;
|
47 |
-
}
|
48 |
-
|
49 |
-
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
50 |
-
#leaderboard-table td:nth-child(1),
|
51 |
-
#leaderboard-table th:nth-child(1) {
|
52 |
-
max-width: 1000px;
|
53 |
overflow: auto;
|
54 |
white-space: nowrap;
|
55 |
}
|
|
|
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: 1500px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
overflow: auto;
|
46 |
white-space: nowrap;
|
47 |
}
|