panuthept commited on
Commit
ad58750
·
1 Parent(s): 06485c8

update css

Browse files
Files changed (1) hide show
  1. 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: 400px;
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
  }