Expand model column width
Browse files
app.py
CHANGED
|
@@ -1242,7 +1242,7 @@ table > thead {
|
|
| 1242 |
}
|
| 1243 |
|
| 1244 |
table {
|
| 1245 |
-
--cell-width-1:
|
| 1246 |
}
|
| 1247 |
|
| 1248 |
table > tbody > tr > td:nth-child(2) > div {
|
|
|
|
| 1242 |
}
|
| 1243 |
|
| 1244 |
table {
|
| 1245 |
+
--cell-width-1: 250px
|
| 1246 |
}
|
| 1247 |
|
| 1248 |
table > tbody > tr > td:nth-child(2) > div {
|