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

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 +1 -0
src/display/css_html_js.py CHANGED
@@ -46,6 +46,7 @@ table th:first-child {
46
  max-width: 400px;
47
  overflow: auto;
48
  white-space: nowrap;
 
49
  }
50
 
51
  .tab-buttons button {
 
46
  max-width: 400px;
47
  overflow: auto;
48
  white-space: nowrap;
49
+ padding: 10px;
50
  }
51
 
52
  .tab-buttons button {