mgyigit commited on
Commit
cb78c9b
·
verified ·
1 Parent(s): 6303df6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -169,11 +169,11 @@ CUSTOM_CSS = """
169
  left: 0;
170
  background: white;
171
  z-index: 2;
172
- }
173
 
174
- /* striped rows for readability */
175
- #leaderboard-table table tr:nth-child(odd) {
176
- background: #fafafa;
 
177
  }
178
 
179
  /* centre numeric cells */
 
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
 
179
  /* centre numeric cells */