pminervini commited on
Commit
f4238ce
1 Parent(s): f8af990
Files changed (1) hide show
  1. src/display/css_html_js.py +1 -1
src/display/css_html_js.py CHANGED
@@ -33,7 +33,7 @@ custom_css = """
33
  text-align: center;
34
  }
35
 
36
- #leaderboard-table table td:first-child {
37
  text-align: right !important;
38
  }
39
 
 
33
  text-align: center;
34
  }
35
 
36
+ #leaderboard-table table td:nth-child(2) {
37
  text-align: right !important;
38
  }
39