tabedini commited on
Commit
3806c24
·
verified ·
1 Parent(s): 3095c6e

Update utils.py

Browse files
Files changed (1) hide show
  1. utils.py +2 -4
utils.py CHANGED
@@ -45,8 +45,7 @@ body, .gradio-container, .gr-button, .gr-input, .gr-slider, .gr-dropdown, .gr-ma
45
  #leaderboard-table th:first-child {
46
  text-align: left;
47
  max-width: 200px;
48
- overflow: hidden;
49
- text-overflow: ellipsis;
50
  white-space: nowrap;
51
  }
52
 
@@ -63,8 +62,7 @@ table > tbody td {
63
  table > tbody td:first-child {
64
  text-align: left;
65
  max-width: 200px;
66
- overflow: hidden;
67
- text-overflow: ellipsis;
68
  white-space: nowrap;
69
  }
70
 
 
45
  #leaderboard-table th:first-child {
46
  text-align: left;
47
  max-width: 200px;
48
+ overflow-x: auto;
 
49
  white-space: nowrap;
50
  }
51
 
 
62
  table > tbody td:first-child {
63
  text-align: left;
64
  max-width: 200px;
65
+ overflow-x: auto;
 
66
  white-space: nowrap;
67
  }
68