saumyamalik commited on
Commit
92d9a0a
·
1 Parent(s): df8bd5a

attempting to widen model column

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +1 -1
src/display/css_html_js.py CHANGED
@@ -43,7 +43,7 @@ custom_css = """
43
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
44
  #leaderboard-table td:nth-child(2),
45
  #leaderboard-table th:nth-child(2) {
46
- min-width: 1000px;
47
  white-space: nowrap;
48
  }
49
 
 
43
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
44
  #leaderboard-table td:nth-child(2),
45
  #leaderboard-table th:nth-child(2) {
46
+ min-width: 1500px;
47
  white-space: nowrap;
48
  }
49