update css
Browse files- css_html_js.py +2 -2
css_html_js.py
CHANGED
@@ -42,8 +42,8 @@ table th:first-child {
|
|
42 |
white-space: nowrap;
|
43 |
}
|
44 |
/* Limit the width of the first AutoEvalColumn so that model names don't expand too much */
|
45 |
-
table td:nth-child(
|
46 |
-
table th:nth-child(
|
47 |
max-width: 300px;
|
48 |
overflow: auto;
|
49 |
white-space: nowrap;
|
|
|
42 |
white-space: nowrap;
|
43 |
}
|
44 |
/* Limit the width of the first AutoEvalColumn so that model names don't expand too much */
|
45 |
+
table td:nth-child(1),
|
46 |
+
table th:nth-child(1) {
|
47 |
max-width: 300px;
|
48 |
overflow: auto;
|
49 |
white-space: nowrap;
|