idolezal commited on
Commit
433f7b8
β€’
1 Parent(s): c355da5

Removed margin from Competitor column

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ footer {visibility: hidden}
252
  background-color: inherit;
253
  }
254
 
255
- .leaderboard-table td:first-child p {
256
  margin: 0px;
257
  }
258
 
 
252
  background-color: inherit;
253
  }
254
 
255
+ .leaderboard-table td:first-child p, .leaderboard-table-model-details td:first-child p {
256
  margin: 0px;
257
  }
258