Update app.py
Browse files
app.py
CHANGED
|
@@ -635,10 +635,10 @@ table th:nth-child(3):nth-last-child(2), table td:nth-child(3):nth-last-child(2)
|
|
| 635 |
table th:nth-child(4):nth-last-child(1), table td:nth-child(4):nth-last-child(1) { width: 40% !important; min-width: 0 !important; }
|
| 636 |
|
| 637 |
table th:nth-child(1):nth-last-child(5), table td:nth-child(1):nth-last-child(5) { width: 15% !important; min-width: 0 !important; }
|
| 638 |
-
table th:nth-child(2):nth-last-child(4), table td:nth-child(2):nth-last-child(4) { width:
|
| 639 |
-
table th:nth-child(3):nth-last-child(3), table td:nth-child(3):nth-last-child(3) { width:
|
| 640 |
-
table th:nth-child(4):nth-last-child(2), table td:nth-child(4):nth-last-child(2) { width:
|
| 641 |
-
table th:nth-child(5):nth-last-child(1), table td:nth-child(5):nth-last-child(1) { width:
|
| 642 |
|
| 643 |
table th:nth-child(1):nth-last-child(6), table td:nth-child(1):nth-last-child(6) { width: 8% !important; min-width: 0 !important; }
|
| 644 |
table th:nth-child(2):nth-last-child(5), table td:nth-child(2):nth-last-child(5) { width: 15% !important; min-width: 0 !important; }
|
|
|
|
| 635 |
table th:nth-child(4):nth-last-child(1), table td:nth-child(4):nth-last-child(1) { width: 40% !important; min-width: 0 !important; }
|
| 636 |
|
| 637 |
table th:nth-child(1):nth-last-child(5), table td:nth-child(1):nth-last-child(5) { width: 15% !important; min-width: 0 !important; }
|
| 638 |
+
table th:nth-child(2):nth-last-child(4), table td:nth-child(2):nth-last-child(4) { width: 15% !important; min-width: 0 !important; }
|
| 639 |
+
table th:nth-child(3):nth-last-child(3), table td:nth-child(3):nth-last-child(3) { width: 15% !important; min-width: 0 !important; }
|
| 640 |
+
table th:nth-child(4):nth-last-child(2), table td:nth-child(4):nth-last-child(2) { width: 15% !important; min-width: 0 !important; }
|
| 641 |
+
table th:nth-child(5):nth-last-child(1), table td:nth-child(5):nth-last-child(1) { width: 40% !important; min-width: 0 !important; }
|
| 642 |
|
| 643 |
table th:nth-child(1):nth-last-child(6), table td:nth-child(1):nth-last-child(6) { width: 8% !important; min-width: 0 !important; }
|
| 644 |
table th:nth-child(2):nth-last-child(5), table td:nth-child(2):nth-last-child(5) { width: 15% !important; min-width: 0 !important; }
|