panuthept commited on
Commit
67c594b
·
1 Parent(s): 94dadfd

update css

Browse files
Files changed (1) hide show
  1. css_html_js.py +2 -2
css_html_js.py CHANGED
@@ -34,9 +34,9 @@ custom_css = """
34
  #llm-benchmark-tab-table table th:last-child {
35
  display: none;
36
  }
37
- /* Define the width of the first column to fit the content */
38
  table th:nth-child(1) {
39
- width: max-content;
40
  }
41
  /* Force the column text to wrap */
42
  table > thead {
 
34
  #llm-benchmark-tab-table table th:last-child {
35
  display: none;
36
  }
37
+ /* Define the width of the first column */
38
  table th:nth-child(1) {
39
+ width: 1300;
40
  }
41
  /* Force the column text to wrap */
42
  table > thead {