863e074 8c2ee0f 863e074
1
2
3
4
5
6
7
8
9
10
11
12
13
14
CUSTOM_CSS = """ /* Hides the final column */ table td:last-child, table th:last-child { display: none; } # table td:first-child, # table th:first-child { # max-width: 400px; # overflow: auto; # white-space: nowrap; # } """