tabedini commited on
Commit
f5d6c15
·
verified ·
1 Parent(s): 59c52e9

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +6 -0
utils.py CHANGED
@@ -42,6 +42,9 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
42
  #leaderboard-table td:first-child,
43
  #leaderboard-table th:first-child {
44
  text-align: left;
 
 
 
45
  }
46
  table > thead {
47
  white-space: normal;
@@ -53,6 +56,9 @@ table > tbody td {
53
  }
54
  table > tbody td:first-child {
55
  text-align: left;
 
 
 
56
  }
57
  #leaderboard-table-lite {
58
  margin-top: 15px;
 
42
  #leaderboard-table td:first-child,
43
  #leaderboard-table th:first-child {
44
  text-align: left;
45
+ max-width: 200px;
46
+ overflow: auto;
47
+ white-space: nowrap;
48
  }
49
  table > thead {
50
  white-space: normal;
 
56
  }
57
  table > tbody td:first-child {
58
  text-align: left;
59
+ max-width: 200px;
60
+ overflow: auto;
61
+ white-space: nowrap;
62
  }
63
  #leaderboard-table-lite {
64
  margin-top: 15px;