Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -169,11 +169,11 @@ CUSTOM_CSS = """
|
|
| 169 |
left: 0;
|
| 170 |
background: white;
|
| 171 |
z-index: 2;
|
| 172 |
-
}
|
| 173 |
|
| 174 |
-
/*
|
| 175 |
-
|
| 176 |
-
|
|
|
|
| 177 |
}
|
| 178 |
|
| 179 |
/* centre numeric cells */
|
|
|
|
| 169 |
left: 0;
|
| 170 |
background: white;
|
| 171 |
z-index: 2;
|
|
|
|
| 172 |
|
| 173 |
+
/* wider “Method” column */
|
| 174 |
+
min-width: 220px;
|
| 175 |
+
width: 220px;
|
| 176 |
+
white-space: nowrap;
|
| 177 |
}
|
| 178 |
|
| 179 |
/* centre numeric cells */
|