Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -167,12 +167,11 @@ CUSTOM_CSS = """
|
|
| 167 |
#leaderboard-table table tr td:first-child {
|
| 168 |
position: sticky;
|
| 169 |
left: 0;
|
| 170 |
-
background: white;
|
| 171 |
z-index: 2;
|
| 172 |
|
| 173 |
/* wider “Method” column */
|
| 174 |
-
min-width:
|
| 175 |
-
width:
|
| 176 |
white-space: nowrap;
|
| 177 |
}
|
| 178 |
|
|
|
|
| 167 |
#leaderboard-table table tr td:first-child {
|
| 168 |
position: sticky;
|
| 169 |
left: 0;
|
|
|
|
| 170 |
z-index: 2;
|
| 171 |
|
| 172 |
/* wider “Method” column */
|
| 173 |
+
min-width: 190px;
|
| 174 |
+
width: 190px;
|
| 175 |
white-space: nowrap;
|
| 176 |
}
|
| 177 |
|