Spaces:
Running
Running
Commit
·
92d9a0a
1
Parent(s):
df8bd5a
attempting to widen model column
Browse files
src/display/css_html_js.py
CHANGED
@@ -43,7 +43,7 @@ custom_css = """
|
|
43 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
44 |
#leaderboard-table td:nth-child(2),
|
45 |
#leaderboard-table th:nth-child(2) {
|
46 |
-
min-width:
|
47 |
white-space: nowrap;
|
48 |
}
|
49 |
|
|
|
43 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
44 |
#leaderboard-table td:nth-child(2),
|
45 |
#leaderboard-table th:nth-child(2) {
|
46 |
+
min-width: 1500px;
|
47 |
white-space: nowrap;
|
48 |
}
|
49 |
|