update css
Browse files- css_html_js.py +1 -1
css_html_js.py
CHANGED
@@ -37,7 +37,7 @@ custom_css = """
|
|
37 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
38 |
table td:first-child,
|
39 |
table th:first-child {
|
40 |
-
max-width:
|
41 |
overflow: auto;
|
42 |
white-space: nowrap;
|
43 |
}
|
|
|
37 |
/* Limit the width of the first AutoEvalColumn so that names don't expand too much */
|
38 |
table td:first-child,
|
39 |
table th:first-child {
|
40 |
+
max-width: 600px;
|
41 |
overflow: auto;
|
42 |
white-space: nowrap;
|
43 |
}
|