Spaces:
Running
Running
Refactor CSS for leaderboard table to add padding and border spacing
Browse files
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 {
|