panuthept commited on
Commit
75e62be
·
1 Parent(s): a06c3fd

update css

Browse files
Files changed (1) hide show
  1. 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(2),
46
- table th:nth-child(2) {
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;