Spaces:
Running
Running
Removed margin from Model column
Browse files
app.py
CHANGED
@@ -183,6 +183,10 @@ footer {visibility: hidden}
|
|
183 |
background-color: inherit;
|
184 |
}
|
185 |
|
|
|
|
|
|
|
|
|
186 |
.leaderboard-table th:nth-child(2), .leaderboard-table td:nth-child(2) {
|
187 |
position: sticky;
|
188 |
left: var(--cell-width-0);
|
|
|
183 |
background-color: inherit;
|
184 |
}
|
185 |
|
186 |
+
.leaderboard-table td:first-child p {
|
187 |
+
margin: 0px;
|
188 |
+
}
|
189 |
+
|
190 |
.leaderboard-table th:nth-child(2), .leaderboard-table td:nth-child(2) {
|
191 |
position: sticky;
|
192 |
left: var(--cell-width-0);
|