pufanyi commited on
Commit
90c9961
1 Parent(s): 2f36d9f

Refactor CSS for leaderboard table to add padding and border spacing

Browse files
Files changed (1) hide show
  1. src/display/css_html_js.py +3 -1
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 {