saumyamalik commited on
Commit
f09a224
·
1 Parent(s): 5b8ed68

widen display for longer names

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