t0-0 commited on
Commit
0646371
·
1 Parent(s): 1813e0c

Apply CSS to the correct component

Browse files
Files changed (1) hide show
  1. style.css +2 -2
style.css CHANGED
@@ -37,8 +37,8 @@
37
  }
38
 
39
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
40
- table td:first-child,
41
- table th:first-child {
42
  max-width: 400px;
43
  overflow: auto;
44
  white-space: nowrap;
 
37
  }
38
 
39
  /* Limit the width of the first AutoEvalColumn so that names don't expand too much */
40
+ #leaderboard-table td:nth-child(2),
41
+ #leaderboard-table th:nth-child(2) {
42
  max-width: 400px;
43
  overflow: auto;
44
  white-space: nowrap;