Spaces:
Runtime error
Runtime error
Refactor CSS for leaderboard table to add padding and border spacing
Browse files
src/display/css_html_js.py
CHANGED
@@ -22,7 +22,9 @@ custom_css = """
|
|
22 |
}
|
23 |
|
24 |
#leaderboard-table {
|
25 |
-
margin-top: 15px
|
|
|
|
|
26 |
}
|
27 |
|
28 |
#leaderboard-table-lite {
|
|
|
22 |
}
|
23 |
|
24 |
#leaderboard-table {
|
25 |
+
margin-top: 15px;
|
26 |
+
padding: 10px;
|
27 |
+
border-spacing: 10px;
|
28 |
}
|
29 |
|
30 |
#leaderboard-table-lite {
|