tabedini commited on
Commit
43e9c90
·
verified ·
1 Parent(s): 876c327

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +7 -0
utils.py CHANGED
@@ -49,6 +49,13 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
49
  padding: 0px;
50
  }
51
 
 
 
 
 
 
 
 
52
  table > thead {
53
  white-space: normal;
54
  }
 
49
  padding: 0px;
50
  }
51
 
52
+ #leaderboard-table td:nth-child(0),
53
+ #leaderboard-table th:nth-child(0) {
54
+ max-width: 400px;
55
+ overflow: auto;
56
+ white-space: nowrap;
57
+ }
58
+
59
  table > thead {
60
  white-space: normal;
61
  }