mgyigit commited on
Commit
8e77a26
·
verified ·
1 Parent(s): cb78c9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -167,12 +167,11 @@ CUSTOM_CSS = """
167
  #leaderboard-table table tr td:first-child {
168
  position: sticky;
169
  left: 0;
170
- background: white;
171
  z-index: 2;
172
 
173
  /* wider “Method” column */
174
- min-width: 220px;
175
- width: 220px;
176
  white-space: nowrap;
177
  }
178
 
 
167
  #leaderboard-table table tr td:first-child {
168
  position: sticky;
169
  left: 0;
 
170
  z-index: 2;
171
 
172
  /* wider “Method” column */
173
+ min-width: 190px;
174
+ width: 190px;
175
  white-space: nowrap;
176
  }
177