Update app.py
Browse files
app.py
CHANGED
|
@@ -565,9 +565,9 @@ table:has(th:nth-last-child(6):first-child) {
|
|
| 565 |
table th:nth-last-child(2):first-child, table td:nth-last-child(2):first-child { width: 15% !important; min-width: 0 !important; }
|
| 566 |
table th:nth-last-child(1), table td:nth-last-child(1) { width: 85% !important; min-width: 0 !important; }
|
| 567 |
|
| 568 |
-
table th:nth-child(
|
| 569 |
-
table th:nth-child(
|
| 570 |
-
table th:nth-child(
|
| 571 |
|
| 572 |
table th:nth-child(1):nth-last-child(4), table td:nth-child(1):nth-last-child(4) { width: 10% !important; min-width: 0 !important; }
|
| 573 |
table th:nth-child(2):nth-last-child(3), table td:nth-child(2):nth-last-child(3) { width: 40% !important; min-width: 0 !important; }
|
|
|
|
| 565 |
table th:nth-last-child(2):first-child, table td:nth-last-child(2):first-child { width: 15% !important; min-width: 0 !important; }
|
| 566 |
table th:nth-last-child(1), table td:nth-last-child(1) { width: 85% !important; min-width: 0 !important; }
|
| 567 |
|
| 568 |
+
table th:nth-child(1):nth-last-child(3), table td:nth-child(1):nth-last-child(3) { width: 30% !important; min-width: 0 !important; }
|
| 569 |
+
table th:nth-child(2):nth-last-child(2), table td:nth-child(2):nth-last-child(2) { width: 30% !important; min-width: 0 !important; }
|
| 570 |
+
table th:nth-child(3):nth-last-child(1), table td:nth-child(3):nth-last-child(1) { width: 40% !important; min-width: 0 !important; }
|
| 571 |
|
| 572 |
table th:nth-child(1):nth-last-child(4), table td:nth-child(1):nth-last-child(4) { width: 10% !important; min-width: 0 !important; }
|
| 573 |
table th:nth-child(2):nth-last-child(3), table td:nth-child(2):nth-last-child(3) { width: 40% !important; min-width: 0 !important; }
|