BenchmarkBot commited on
Commit
aa6a202
ยท
1 Parent(s): af054f3

revert model column size

Browse files
Files changed (1) hide show
  1. src/assets/css_html_js.py +1 -1
src/assets/css_html_js.py CHANGED
@@ -21,7 +21,7 @@ custom_css = """
21
 
22
  table td:first-child,
23
  table th:first-child {
24
- max-width: 250px;
25
  overflow: auto;
26
  white-space: nowrap;
27
  }
 
21
 
22
  table td:first-child,
23
  table th:first-child {
24
+ max-width: 300px;
25
  overflow: auto;
26
  white-space: nowrap;
27
  }