Spaces:
Running
Running
Removed margin from Competitor column
Browse files
app.py
CHANGED
|
@@ -252,7 +252,7 @@ footer {visibility: hidden}
|
|
| 252 |
background-color: inherit;
|
| 253 |
}
|
| 254 |
|
| 255 |
-
.leaderboard-table td:first-child p {
|
| 256 |
margin: 0px;
|
| 257 |
}
|
| 258 |
|
|
|
|
| 252 |
background-color: inherit;
|
| 253 |
}
|
| 254 |
|
| 255 |
+
.leaderboard-table td:first-child p, .leaderboard-table-model-details td:first-child p {
|
| 256 |
margin: 0px;
|
| 257 |
}
|
| 258 |
|