Spaces:
Build error
Build error
Commit
·
f4238ce
1
Parent(s):
f8af990
update
Browse files
src/display/css_html_js.py
CHANGED
|
@@ -33,7 +33,7 @@ custom_css = """
|
|
| 33 |
text-align: center;
|
| 34 |
}
|
| 35 |
|
| 36 |
-
#leaderboard-table table td:
|
| 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 |
|